#c48921

Color #C48921 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C48921

Tints of Geebung #C48921

Color information

#C48921 (or 0xC48921) is unknown color: approx Geebung. HEX triplet: C4, 89 and 21. RGB value is (196,137,33). Sum of RGB (Red+Green+Blue) = 196+137+33=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C48921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48921 is #3B76DE. Grayscale: #8F8F8F. Windows color (decimal): -3897055 or 2197956. OLE color: 2197956.

HSL color Cylindrical-coordinate representation of color #C48921: hue angle of 38.28º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C48921 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19613733-
CMYK00.300.830.23
HSL38.28º71.18%44.9%-
HSV(B)38.28º83.16%76.86%-
XYZ31.9929.745.49-
YUV142.7866.05165.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 53.55%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 33 (13.28% from 255) = 9.02%
R=53.55%
G=37.43%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961373300.300.830.2338.2871.1844.9
HexC4892101E531726472d
Octal30421141036123274610755
Binary11000100100010011000010111101010011101111001101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48921; }

 p { color: rgb(196,137,33); }

 H1.HeaderClassName
 {
   color: #c48921;
 }
 .AnyTagClassName
 {
   color: #c48921;
 }
</style>
background-color css

<style>
 a { background-color: #c48921; }

 a { background-color: rgb(196,137,33); }

 div.DivClassName
 {
   background-color: #c48921;
 }
 .BgClassName
 {
   background-color: #c48921;
 }
</style>
border-color css

<style>
 span { border-color: #c48921; }

 span { border-color: rgb(196,137,33); }

 td.TdClassName
 {
   border-color: #c48921;
 }
 .TagClassName
 {
   border-color: #c48921;
 }
</style>