#C18B32

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

Shades of Hokey Pokey #C18B32

Tints of Hokey Pokey #C18B32

Color information

#C18B32 (or 0xC18B32) is unknown color: approx Hokey Pokey. HEX triplet: C1, 8B and 32. RGB value is (193,139,50). Sum of RGB (Red+Green+Blue) = 193+139+50=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B32 is #3E74CD. Grayscale: #919191. Windows color (decimal): -4093134 or 3312577. OLE color: 3312577.

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

Color convert

RGB19313950-
CMYK00.280.740.24
HSL37.34º58.85%47.65%-
HSV(B)37.34º74.09%75.69%-
XYZ31.830.037.14-
YUV14574.39162.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 50 (19.92% from 255) = 13.09%
R=50.52%
G=36.39%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931395000.280.740.2437.3458.8547.65
HexC18B3201C4A18253b30
Octal3012136203411230457360
Binary1100000110001011110010011100100101011000100101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18B32; }

 p { color: rgb(193,139,50); }

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

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

 a { background-color: rgb(193,139,50); }

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

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

 span { border-color: rgb(193,139,50); }

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