#C08D34

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

Shades of Hokey Pokey #C08D34

Tints of Hokey Pokey #C08D34

Color information

#C08D34 (or 0xC08D34) is unknown color: approx Hokey Pokey. HEX triplet: C0, 8D and 34. RGB value is (192,141,52). Sum of RGB (Red+Green+Blue) = 192+141+52=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08D34 is #3F72CB. Grayscale: #929292. Windows color (decimal): -4158156 or 3444160. OLE color: 3444160.

HSL color Cylindrical-coordinate representation of color #C08D34: hue angle of 38.14º 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 #C08D34 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19214152-
CMYK00.270.730.25
HSL38.14º57.38%47.84%-
HSV(B)38.14º72.92%75.29%-
XYZ31.8830.57.46-
YUV146.174.9160.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=49.87%
G=36.62%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921415200.270.730.2538.1457.3847.84
HexC08D3401B4919263930
Octal3002156403311131467160
Binary1100000010001101110100011011100100111001100110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08D34; }

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

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

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

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

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

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

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

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