#C4902F

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

Shades of Hokey Pokey #C4902F

Tints of Hokey Pokey #C4902F

Color information

#C4902F (or 0xC4902F) is unknown color: approx Hokey Pokey. HEX triplet: C4, 90 and 2F. RGB value is (196,144,47). Sum of RGB (Red+Green+Blue) = 196+144+47=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 47 (18.75% from 255 or 12.14% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4902F is #3B6FD0. Grayscale: #949494. Windows color (decimal): -3895249 or 3117252. OLE color: 3117252.

HSL color Cylindrical-coordinate representation of color #C4902F: hue angle of 39.06º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4902F is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19614447-
CMYK00.270.760.23
HSL39.06º61.32%47.65%-
HSV(B)39.06º76.02%76.86%-
XYZ33.2531.897.09-
YUV148.4970.73161.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 144 (56.64% from 255) = 37.21%
BLUE value IS 47 (18.75% from 255) = 12.14%
R=50.65%
G=37.21%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961444700.270.760.2339.0661.3247.65
HexC4902F01B4C17273d30
Octal3042205703311427477560
Binary1100010010010000101111011011100110010111100111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4902F; }

 p { color: rgb(196,144,47); }

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

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

 a { background-color: rgb(196,144,47); }

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

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

 span { border-color: rgb(196,144,47); }

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