Html Css Color HEX #C58C32 Geebung

📋 copy color: '#C58C32'

red 197 ◦ green 140 ◦ blue 50

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

Shades of Geebung #C58C32

Tints of Geebung #C58C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 50 (19.92% from 255) = 12.92%

R = 50.9%
G = 36.18%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C58C32 (or 0xC58C32) is known color: Geebung. HEX triplet: C5, 8C and 32. RGB value is (197,140,50). Sum of RGB (Red+Green+Blue) = 197+140+50=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 50 (19.92% from 255 or 12.92% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C58C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58C32 is #3A73CD. Grayscale: #939393. Windows color (decimal): -3830734 or 3312837. OLE color: 3312837.

HSL color Cylindrical-coordinate representation of color #C58C32: hue angle of 36.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C58C32 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 140 50 -
CMYK 0 0.29 0.75 0.23
HSL 36.73º 0.6% 0.48% -
HSV(B) 36.73º 0.75% 0.77% -
XYZ 32.98 30.86 7.24 -
YUV 146.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 197 140 50 0 0.29 0.75 0.23 36.73 0.6 0.48
Hex C5 8C 32 0 1D 4B 17 25 3C 30
Octal 305 214 62 0 35 113 27 45 74 60
Binary 11000101 10001100 110010 0 11101 1001011 10111 100101 111100 110000

Color Harmonies of #C58C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58C32

Black with #C58C32

Text Example


Text Example

White with #C58C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58C32; }

 p { color: rgb(197,140,50); }

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

background-color css

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

 a { background-color: rgb(197,140,50); }

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

border-color css

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

 span { border-color: rgb(197,140,50); }

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