Html Css Color HEX #C48832 Geebung

📋 copy color: '#C48832'

red 196 ◦ green 136 ◦ blue 50

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

Shades of Geebung #C48832

Tints of Geebung #C48832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.6%

 BLUE value IS 50 (19.92% from 255) = 13.09%

R = 51.31%
G = 35.6%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C48832 (or 0xC48832) is known color: Geebung. HEX triplet: C4, 88 and 32. RGB value is (196,136,50). Sum of RGB (Red+Green+Blue) = 196+136+50=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C48832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48832 is #3B77CD. Grayscale: #909090. Windows color (decimal): -3897294 or 3311812. OLE color: 3311812.

HSL color Cylindrical-coordinate representation of color #C48832: hue angle of 35.34º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C48832 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 50 -
CMYK 0 0.31 0.74 0.23
HSL 35.34º 0.59% 0.48% -
HSV(B) 35.34º 0.74% 0.77% -
XYZ 32.14 29.57 7.03 -
YUV 144.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 196 136 50 0 0.31 0.74 0.23 35.34 0.59 0.48
Hex C4 88 32 0 1F 4A 17 23 3B 30
Octal 304 210 62 0 37 112 27 43 73 60
Binary 11000100 10001000 110010 0 11111 1001010 10111 100011 111011 110000

Color Harmonies of #C48832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48832

Black with #C48832

Text Example


Text Example

White with #C48832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48832; }

 p { color: rgb(196,136,50); }

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

background-color css

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

 a { background-color: rgb(196,136,50); }

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

border-color css

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

 span { border-color: rgb(196,136,50); }

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