Html Css Color HEX #C5852C Geebung

📋 copy color: '#C5852C'

red 197 ◦ green 133 ◦ blue 44

#C5852C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C5852C

Tints of Geebung #C5852C

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 value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5852C (or 0xC5852C) is known color: 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

RGB 197 133 44 -
CMYK 0 0.32 0.78 0.23
HSL 34.9º 0.63% 0.47% -
HSV(B) 34.9º 0.78% 0.77% -
XYZ 31.87 28.83 6.27 -
YUV 141.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 197 133 44 0 0.32 0.78 0.23 34.9 0.63 0.47
Hex C5 85 2C 0 20 4E 17 23 3F 2F
Octal 305 205 54 0 40 116 27 43 77 57
Binary 11000101 10000101 101100 0 100000 1001110 10111 100011 111111 101111

Color Harmonies of #C5852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5852C

Black with #C5852C

Text Example


Text Example

White with #C5852C

Text Example


Text Example

HTML Codes & Css Web 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>