Html Css Color HEX #C4852C Geebung

📋 copy color: '#C4852C'

red 196 ◦ green 133 ◦ blue 44

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

Shades of Geebung #C4852C

Tints of Geebung #C4852C

RGB

 RED value IS 196 (76.95% from 255) = 52.55%

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 44 (17.58% from 255) = 11.8%

R = 52.55%
G = 35.66%
B = 11.8%

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

#C4852C (or 0xC4852C) is known color: Geebung. HEX triplet: C4, 85 and 2C. RGB value is (196,133,44). Sum of RGB (Red+Green+Blue) = 196+133+44=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4852C is #3B7AD3. Grayscale: #8E8E8E. Windows color (decimal): -3898068 or 2917828. OLE color: 2917828.

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

Color convert

RGB 196 133 44 -
CMYK 0 0.32 0.78 0.23
HSL 35.13º 0.63% 0.47% -
HSV(B) 35.13º 0.78% 0.77% -
XYZ 31.61 28.69 6.26 -
YUV 141.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 196 133 44 0 0.32 0.78 0.23 35.13 0.63 0.47
Hex C4 85 2C 0 20 4E 17 23 3F 2F
Octal 304 205 54 0 40 116 27 43 77 57
Binary 11000100 10000101 101100 0 100000 1001110 10111 100011 111111 101111

Color Harmonies of #C4852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4852C

Black with #C4852C

Text Example


Text Example

White with #C4852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4852C; }

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

 H1.HeaderClassName
 {
   color: #C4852C;
 }
 .AnyTagClassName
 {
   color: #C4852C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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