Html Css Color HEX #C58220 Geebung

📋 copy color: '#C58220'

red 197 ◦ green 130 ◦ blue 32

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

Shades of Geebung #C58220

Tints of Geebung #C58220

RGB

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

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

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

R = 54.87%
G = 36.21%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C58220 (or 0xC58220) is known color: Geebung. HEX triplet: C5, 82 and 20. RGB value is (197,130,32). Sum of RGB (Red+Green+Blue) = 197+130+32=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C58220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58220 is #3A7DDF. Grayscale: #8B8B8B. Windows color (decimal): -3833312 or 2130629. OLE color: 2130629.

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

Color convert

RGB 197 130 32 -
CMYK 0 0.34 0.84 0.23
HSL 35.64º 0.72% 0.45% -
HSV(B) 35.64º 0.84% 0.77% -
XYZ 31.27 27.94 5.11 -
YUV 138.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 197 130 32 0 0.34 0.84 0.23 35.64 0.72 0.45
Hex C5 82 20 0 22 54 17 24 48 2D
Octal 305 202 40 0 42 124 27 44 110 55
Binary 11000101 10000010 100000 0 100010 1010100 10111 100100 1001000 101101

Color Harmonies of #C58220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58220

Black with #C58220

Text Example


Text Example

White with #C58220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58220; }

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

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

background-color css

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

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

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

border-color css

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

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

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