#C48621

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

Shades of Geebung #C48621

Tints of Geebung #C48621

Color information

#C48621 (or 0xC48621) is unknown color: approx Geebung. HEX triplet: C4, 86 and 21. RGB value is (196,134,33). Sum of RGB (Red+Green+Blue) = 196+134+33=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C48621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48621 is #3B79DE. Grayscale: #8D8D8D. Windows color (decimal): -3897823 or 2197188. OLE color: 2197188.

HSL color Cylindrical-coordinate representation of color #C48621: hue angle of 37.18º 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 #C48621 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19613433-
CMYK00.320.830.23
HSL37.18º71.18%44.9%-
HSV(B)37.18º83.16%76.86%-
XYZ31.5628.95.35-
YUV141.0267.04167.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.99%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 33 (13.28% from 255) = 9.09%
R=53.99%
G=36.91%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961343300.320.830.2337.1871.1844.9
HexC48621020531725472d
Octal30420641040123274510755
Binary110001001000011010000101000001010011101111001011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48621; }

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

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

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

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

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

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

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

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