#C28F2E

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

Shades of Hokey Pokey #C28F2E

Tints of Hokey Pokey #C28F2E

Color information

#C28F2E (or 0xC28F2E) is unknown color: approx Hokey Pokey. HEX triplet: C2, 8F and 2E. RGB value is (194,143,46). Sum of RGB (Red+Green+Blue) = 194+143+46=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28F2E is #3D70D1. Grayscale: #939393. Windows color (decimal): -4026578 or 3051458. OLE color: 3051458.

HSL color Cylindrical-coordinate representation of color #C28F2E: hue angle of 39.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C28F2E is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB19414346-
CMYK00.260.760.24
HSL39.32º61.67%47.06%-
HSV(B)39.32º76.29%76.08%-
XYZ32.5631.316.91-
YUV147.1970.9161.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.65%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 46 (18.36% from 255) = 12.01%
R=50.65%
G=37.34%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941434600.260.760.2439.3261.6747.06
HexC28F2E01A4C18273e2f
Octal3022175603211430477657
Binary1100001010001111101110011010100110011000100111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F2E; }

 p { color: rgb(194,143,46); }

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

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

 a { background-color: rgb(194,143,46); }

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

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

 span { border-color: rgb(194,143,46); }

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