Html Css Color HEX #C48224 Geebung

📋 copy color: '#C48224'

red 196 ◦ green 130 ◦ blue 36

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

Shades of Geebung #C48224

Tints of Geebung #C48224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 36 (14.45% from 255) = 9.94%

R = 54.14%
G = 35.91%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48224 (or 0xC48224) is known color: Geebung. HEX triplet: C4, 82 and 24. RGB value is (196,130,36). Sum of RGB (Red+Green+Blue) = 196+130+36=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C48224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48224 is #3B7DDB. Grayscale: #8B8B8B. Windows color (decimal): -3898844 or 2392772. OLE color: 2392772.

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

Color convert

RGB 196 130 36 -
CMYK 0 0.34 0.82 0.23
HSL 35.25º 0.69% 0.45% -
HSV(B) 35.25º 0.82% 0.77% -
XYZ 31.07 27.83 5.4 -
YUV 139.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 196 130 36 0 0.34 0.82 0.23 35.25 0.69 0.45
Hex C4 82 24 0 22 52 17 23 45 2D
Octal 304 202 44 0 42 122 27 43 105 55
Binary 11000100 10000010 100100 0 100010 1010010 10111 100011 1000101 101101

Color Harmonies of #C48224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48224

Black with #C48224

Text Example


Text Example

White with #C48224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48224; }

 p { color: rgb(196,130,36); }

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

background-color css

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

 a { background-color: rgb(196,130,36); }

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

border-color css

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

 span { border-color: rgb(196,130,36); }

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