#C58E2E

Color #C58E2E Hokey Pokey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hokey Pokey #C58E2E

Tints of Hokey Pokey #C58E2E

Color information

#C58E2E (or 0xC58E2E) is unknown color: approx Hokey Pokey. HEX triplet: C5, 8E and 2E. RGB value is (197,142,46). Sum of RGB (Red+Green+Blue) = 197+142+46=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E2E is #3A71D1. Grayscale: #939393. Windows color (decimal): -3830226 or 3051205. OLE color: 3051205.

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

Color convert

RGB19714246-
CMYK00.280.770.23
HSL38.15º62.14%47.65%-
HSV(B)38.15º76.65%77.25%-
XYZ33.1931.416.9-
YUV147.570.72163.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=51.17%
G=36.88%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971424600.280.770.2338.1562.1447.65
HexC58E2E01C4D17263e30
Octal3052165603411527467660
Binary1100010110001110101110011100100110110111100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E2E; }

 p { color: rgb(197,142,46); }

 H1.HeaderClassName
 {
   color: #C58E2E;
 }
 .AnyTagClassName
 {
   color: #C58E2E;
 }
</style>
background-color css

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

 a { background-color: rgb(197,142,46); }

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

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

 span { border-color: rgb(197,142,46); }

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