#C29035

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

Shades of Hokey Pokey #C29035

Tints of Hokey Pokey #C29035

Color information

#C29035 (or 0xC29035) is unknown color: approx Hokey Pokey. HEX triplet: C2, 90 and 35. RGB value is (194,144,53). Sum of RGB (Red+Green+Blue) = 194+144+53=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C29035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29035 is #3D6FCA. Grayscale: #949494. Windows color (decimal): -4026315 or 3510466. OLE color: 3510466.

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

Color convert

RGB19414453-
CMYK00.260.730.24
HSL38.72º57.09%48.43%-
HSV(B)38.72º72.68%76.08%-
XYZ32.8631.677.75-
YUV148.5874.06160.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.62%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=49.62%
G=36.83%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941445300.260.730.2438.7257.0948.43
HexC2903501A4918273930
Octal3022206503211130477160
Binary1100001010010000110101011010100100111000100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29035; }

 p { color: rgb(194,144,53); }

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

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

 a { background-color: rgb(194,144,53); }

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

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

 span { border-color: rgb(194,144,53); }

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