#C5852C

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

Shades of Geebung #C5852C

Tints of Geebung #C5852C

Color information

#C5852C (or 0xC5852C) is unknown color: approx Geebung. HEX triplet: C5, 85 and 2C. RGB value is (197,133,44). Sum of RGB (Red+Green+Blue) = 197+133+44=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5852C is #3A7AD3. Grayscale: #8E8E8E. Windows color (decimal): -3832532 or 2917829. OLE color: 2917829.

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

Color convert

RGB19713344-
CMYK00.320.780.23
HSL34.9º63.49%47.25%-
HSV(B)34.9º77.66%77.25%-
XYZ31.8728.836.27-
YUV141.9972.7167.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 44 (17.58% from 255) = 11.76%
R=52.67%
G=35.56%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971334400.320.780.2334.963.4947.25
HexC5852C0204E17233f2f
Octal3052055404011627437757
Binary11000101100001011011000100000100111010111100011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5852C; }

 p { color: rgb(197,133,44); }

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

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

 a { background-color: rgb(197,133,44); }

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

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

 span { border-color: rgb(197,133,44); }

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