#C08934

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

Shades of Hokey Pokey #C08934

Tints of Hokey Pokey #C08934

Color information

#C08934 (or 0xC08934) is unknown color: approx Hokey Pokey. HEX triplet: C0, 89 and 34. RGB value is (192,137,52). Sum of RGB (Red+Green+Blue) = 192+137+52=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C08934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08934 is #3F76CB. Grayscale: #909090. Windows color (decimal): -4159180 or 3443136. OLE color: 3443136.

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

Color convert

RGB19213752-
CMYK00.290.730.25
HSL36.43º57.38%47.84%-
HSV(B)36.43º72.92%75.29%-
XYZ31.329.357.26-
YUV143.7676.22162.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=50.39%
G=35.96%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921375200.290.730.2536.4357.3847.84
HexC0893401D4919243930
Octal3002116403511131447160
Binary1100000010001001110100011101100100111001100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08934; }

 p { color: rgb(192,137,52); }

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

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

 a { background-color: rgb(192,137,52); }

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

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

 span { border-color: rgb(192,137,52); }

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