Html Css Color HEX #C48324 Geebung

📋 copy color: '#C48324'

red 196 ◦ green 131 ◦ blue 36

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

Shades of Geebung #C48324

Tints of Geebung #C48324

RGB

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

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

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

R = 53.99%
G = 36.09%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C48324 (or 0xC48324) is known color: Geebung. HEX triplet: C4, 83 and 24. RGB value is (196,131,36). Sum of RGB (Red+Green+Blue) = 196+131+36=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C48324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48324 is #3B7CDB. Grayscale: #8C8C8C. Windows color (decimal): -3898588 or 2393028. OLE color: 2393028.

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

Color convert

RGB 196 131 36 -
CMYK 0 0.33 0.82 0.23
HSL 35.63º 0.69% 0.45% -
HSV(B) 35.63º 0.82% 0.77% -
XYZ 31.2 28.1 5.45 -
YUV 139.61 69.53 168.22 -
System Red Green Blue C M Y K H S L
Decimal 196 131 36 0 0.33 0.82 0.23 35.63 0.69 0.45
Hex C4 83 24 0 21 52 17 24 45 2D
Octal 304 203 44 0 41 122 27 44 105 55
Binary 11000100 10000011 100100 0 100001 1010010 10111 100100 1000101 101101

Color Harmonies of #C48324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48324

Black with #C48324

Text Example


Text Example

White with #C48324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48324; }

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

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

background-color css

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

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

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

border-color css

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

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

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