#c29a34

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

Shades of Hokey Pokey #C29A34

Tints of Hokey Pokey #C29A34

Color information

#C29A34 (or 0xC29A34) is unknown color: approx Hokey Pokey. HEX triplet: C2, 9A and 34. RGB value is (194,154,52). Sum of RGB (Red+Green+Blue) = 194+154+52=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A34 is #3D65CB. Grayscale: #9A9A9A. Windows color (decimal): -4023756 or 3447490. OLE color: 3447490.

HSL color Cylindrical-coordinate representation of color #C29A34: hue angle of 43.1º degrees, saturation: 0.58, 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 #C29A34 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19415452-
CMYK00.210.730.24
HSL43.1º57.72%48.24%-
HSV(B)43.1º73.2%76.08%-
XYZ34.4234.838.16-
YUV154.3370.25156.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 52 (20.70% from 255) = 13%
R=48.5%
G=38.5%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941545200.210.730.2443.157.7248.24
HexC29A3401549182b3a30
Octal3022326402511130537260
Binary1100001010011010110100010101100100111000101011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c29a34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c29a34; }

 p { color: rgb(194,154,52); }

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

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

 a { background-color: rgb(194,154,52); }

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

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

 span { border-color: rgb(194,154,52); }

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