Html Css Color HEX #C48420 Geebung

📋 copy color: '#C48420'

red 196 ◦ green 132 ◦ blue 32

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

Shades of Geebung #C48420

Tints of Geebung #C48420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 54.44%
G = 36.67%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C48420 (or 0xC48420) is known color: Geebung. HEX triplet: C4, 84 and 20. RGB value is (196,132,32). Sum of RGB (Red+Green+Blue) = 196+132+32=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C48420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48420 is #3B7BDF. Grayscale: #8C8C8C. Windows color (decimal): -3898336 or 2131140. OLE color: 2131140.

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

Color convert

RGB 196 132 32 -
CMYK 0 0.33 0.84 0.23
HSL 36.59º 0.72% 0.45% -
HSV(B) 36.59º 0.84% 0.77% -
XYZ 31.28 28.34 5.19 -
YUV 139.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 196 132 32 0 0.33 0.84 0.23 36.59 0.72 0.45
Hex C4 84 20 0 21 54 17 25 48 2D
Octal 304 204 40 0 41 124 27 45 110 55
Binary 11000100 10000100 100000 0 100001 1010100 10111 100101 1001000 101101

Color Harmonies of #C48420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48420

Black with #C48420

Text Example


Text Example

White with #C48420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48420; }

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

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

background-color css

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

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

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

border-color css

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

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

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