Html Css Color HEX #C48334 Geebung

📋 copy color: '#C48334'

red 196 ◦ green 131 ◦ blue 52

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

Shades of Geebung #C48334

Tints of Geebung #C48334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 51.72%
G = 34.56%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C48334 (or 0xC48334) is known color: Geebung. HEX triplet: C4, 83 and 34. RGB value is (196,131,52). Sum of RGB (Red+Green+Blue) = 196+131+52=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C48334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48334 is #3B7CCB. Grayscale: #8D8D8D. Windows color (decimal): -3898572 or 3441604. OLE color: 3441604.

HSL color Cylindrical-coordinate representation of color #C48334: hue angle of 32.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C48334 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 52 -
CMYK 0 0.33 0.73 0.23
HSL 32.92º 0.58% 0.49% -
HSV(B) 32.92º 0.73% 0.77% -
XYZ 31.5 28.22 7.03 -
YUV 141.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 196 131 52 0 0.33 0.73 0.23 32.92 0.58 0.49
Hex C4 83 34 0 21 49 17 21 3A 31
Octal 304 203 64 0 41 111 27 41 72 61
Binary 11000100 10000011 110100 0 100001 1001001 10111 100001 111010 110001

Color Harmonies of #C48334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48334

Black with #C48334

Text Example


Text Example

White with #C48334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48334; }

 p { color: rgb(196,131,52); }

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

background-color css

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

 a { background-color: rgb(196,131,52); }

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

border-color css

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

 span { border-color: rgb(196,131,52); }

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