#C4822C

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

Shades of Geebung #C4822C

Tints of Geebung #C4822C

Color information

#C4822C (or 0xC4822C) is unknown color: approx Geebung. HEX triplet: C4, 82 and 2C. RGB value is (196,130,44). Sum of RGB (Red+Green+Blue) = 196+130+44=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4822C is #3B7DD3. Grayscale: #8C8C8C. Windows color (decimal): -3898836 or 2917060. OLE color: 2917060.

HSL color Cylindrical-coordinate representation of color #C4822C: hue angle of 33.95º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4822C is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19613044-
CMYK00.340.780.23
HSL33.95º63.33%47.06%-
HSV(B)33.95º77.55%76.86%-
XYZ31.227.886.12-
YUV139.9373.87167.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 44 (17.58% from 255) = 11.89%
R=52.97%
G=35.14%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961304400.340.780.2333.9563.3347.06
HexC4822C0224E17223f2f
Octal3042025404211627427757
Binary11000100100000101011000100010100111010111100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4822C; }

 p { color: rgb(196,130,44); }

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

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

 a { background-color: rgb(196,130,44); }

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

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

 span { border-color: rgb(196,130,44); }

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