Html Css Color HEX #C48B32 Geebung

📋 copy color: '#C48B32'

red 196 ◦ green 139 ◦ blue 50

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

Shades of Geebung #C48B32

Tints of Geebung #C48B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

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

R = 50.91%
G = 36.1%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C48B32 (or 0xC48B32) is known color: Geebung. HEX triplet: C4, 8B and 32. RGB value is (196,139,50). Sum of RGB (Red+Green+Blue) = 196+139+50=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B32 is #3B74CD. Grayscale: #929292. Windows color (decimal): -3896526 or 3312580. OLE color: 3312580.

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

Color convert

RGB 196 139 50 -
CMYK 0 0.29 0.74 0.23
HSL 36.58º 0.59% 0.48% -
HSV(B) 36.58º 0.74% 0.77% -
XYZ 32.57 30.43 7.17 -
YUV 145.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 196 139 50 0 0.29 0.74 0.23 36.58 0.59 0.48
Hex C4 8B 32 0 1D 4A 17 25 3B 30
Octal 304 213 62 0 35 112 27 45 73 60
Binary 11000100 10001011 110010 0 11101 1001010 10111 100101 111011 110000

Color Harmonies of #C48B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48B32

Black with #C48B32

Text Example


Text Example

White with #C48B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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