#C58E2F

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

Shades of Hokey Pokey #C58E2F

Tints of Hokey Pokey #C58E2F

Color information

#C58E2F (or 0xC58E2F) is unknown color: approx Hokey Pokey. HEX triplet: C5, 8E and 2F. RGB value is (197,142,47). Sum of RGB (Red+Green+Blue) = 197+142+47=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58E2F is #3A71D0. Grayscale: #949494. Windows color (decimal): -3830225 or 3116741. OLE color: 3116741.

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

Color convert

RGB19714247-
CMYK00.280.760.23
HSL38º61.48%47.84%-
HSV(B)38º76.14%77.25%-
XYZ33.2131.427-
YUV147.6271.22163.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 47 (18.75% from 255) = 12.18%
R=51.04%
G=36.79%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971424700.280.760.233861.4847.84
HexC58E2F01C4C17263d30
Octal3052165703411427467560
Binary1100010110001110101111011100100110010111100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58E2F; }

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

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

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

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

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

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

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

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