Html Css Color HEX #C48434 Geebung

📋 copy color: '#C48434'

red 196 ◦ green 132 ◦ blue 52

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

Shades of Geebung #C48434

Tints of Geebung #C48434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.74%

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

R = 51.58%
G = 34.74%
B = 13.68%

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

#C48434 (or 0xC48434) is known color: Geebung. HEX triplet: C4, 84 and 34. RGB value is (196,132,52). Sum of RGB (Red+Green+Blue) = 196+132+52=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C48434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48434 is #3B7BCB. Grayscale: #8E8E8E. Windows color (decimal): -3898316 or 3441860. OLE color: 3441860.

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

Color convert

RGB 196 132 52 -
CMYK 0 0.33 0.73 0.23
HSL 33.33º 0.58% 0.49% -
HSV(B) 33.33º 0.73% 0.77% -
XYZ 31.64 28.49 7.08 -
YUV 142.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 196 132 52 0 0.33 0.73 0.23 33.33 0.58 0.49
Hex C4 84 34 0 21 49 17 21 3A 31
Octal 304 204 64 0 41 111 27 41 72 61
Binary 11000100 10000100 110100 0 100001 1001001 10111 100001 111010 110001

Color Harmonies of #C48434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48434

Black with #C48434

Text Example


Text Example

White with #C48434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48434; }

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

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

background-color css

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

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

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

border-color css

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

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

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