Html Css Color HEX #C48320 Geebung

📋 copy color: '#C48320'

red 196 ◦ green 131 ◦ blue 32

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

Shades of Geebung #C48320

Tints of Geebung #C48320

RGB

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

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

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

R = 54.6%
G = 36.49%
B = 8.91%

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

#C48320 (or 0xC48320) is known color: Geebung. HEX triplet: C4, 83 and 20. RGB value is (196,131,32). Sum of RGB (Red+Green+Blue) = 196+131+32=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C48320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48320 is #3B7CDF. Grayscale: #8B8B8B. Windows color (decimal): -3898592 or 2130884. OLE color: 2130884.

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

Color convert

RGB 196 131 32 -
CMYK 0 0.33 0.84 0.23
HSL 36.22º 0.72% 0.45% -
HSV(B) 36.22º 0.84% 0.77% -
XYZ 31.14 28.07 5.14 -
YUV 139.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 196 131 32 0 0.33 0.84 0.23 36.22 0.72 0.45
Hex C4 83 20 0 21 54 17 24 48 2D
Octal 304 203 40 0 41 124 27 44 110 55
Binary 11000100 10000011 100000 0 100001 1010100 10111 100100 1001000 101101

Color Harmonies of #C48320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48320

Black with #C48320

Text Example


Text Example

White with #C48320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48320; }

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

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

background-color css

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

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

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

border-color css

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

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

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