#C08B2C

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

Shades of Hokey Pokey #C08B2C

Tints of Hokey Pokey #C08B2C

Color information

#C08B2C (or 0xC08B2C) is unknown color: approx Hokey Pokey. HEX triplet: C0, 8B and 2C. RGB value is (192,139,44). Sum of RGB (Red+Green+Blue) = 192+139+44=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08B2C is #3F74D3. Grayscale: #909090. Windows color (decimal): -4158676 or 2919360. OLE color: 2919360.

HSL color Cylindrical-coordinate representation of color #C08B2C: hue angle of 38.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C08B2C is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19213944-
CMYK00.280.770.25
HSL38.51º62.71%46.27%-
HSV(B)38.51º77.08%75.29%-
XYZ31.4329.856.49-
YUV144.0271.56162.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=51.2%
G=37.07%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921394400.280.770.2538.5162.7146.27
HexC08B2C01C4D19273f2e
Octal3002135403411531477756
Binary1100000010001011101100011100100110111001100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B2C; }

 p { color: rgb(192,139,44); }

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

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

 a { background-color: rgb(192,139,44); }

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

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

 span { border-color: rgb(192,139,44); }

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