Html Css Color HEX #C58224 Geebung

📋 copy color: '#C58224'

red 197 ◦ green 130 ◦ blue 36

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

Shades of Geebung #C58224

Tints of Geebung #C58224

RGB

 RED value IS 197 (77.34% from 255) = 54.27%

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

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

R = 54.27%
G = 35.81%
B = 9.92%

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

#C58224 (or 0xC58224) is known color: Geebung. HEX triplet: C5, 82 and 24. RGB value is (197,130,36). Sum of RGB (Red+Green+Blue) = 197+130+36=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C58224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58224 is #3A7DDB. Grayscale: #8B8B8B. Windows color (decimal): -3833308 or 2392773. OLE color: 2392773.

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

Color convert

RGB 197 130 36 -
CMYK 0 0.34 0.82 0.23
HSL 35.03º 0.69% 0.46% -
HSV(B) 35.03º 0.82% 0.77% -
XYZ 31.33 27.96 5.42 -
YUV 139.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 197 130 36 0 0.34 0.82 0.23 35.03 0.69 0.46
Hex C5 82 24 0 22 52 17 23 45 2E
Octal 305 202 44 0 42 122 27 43 105 56
Binary 11000101 10000010 100100 0 100010 1010010 10111 100011 1000101 101110

Color Harmonies of #C58224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58224

Black with #C58224

Text Example


Text Example

White with #C58224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58224; }

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

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

background-color css

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

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

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

border-color css

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

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

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