#C39230

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

Shades of Hokey Pokey #C39230

Tints of Hokey Pokey #C39230

Color information

#C39230 (or 0xC39230) is unknown color: approx Hokey Pokey. HEX triplet: C3, 92 and 30. RGB value is (195,146,48). Sum of RGB (Red+Green+Blue) = 195+146+48=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C39230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39230 is #3C6DCF. Grayscale: #959595. Windows color (decimal): -3960272 or 3183299. OLE color: 3183299.

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

Color convert

RGB19514648-
CMYK00.250.750.24
HSL40º60.49%47.65%-
HSV(B)40º75.38%76.47%-
XYZ33.3232.377.29-
YUV149.4870.73160.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 48 (19.14% from 255) = 12.34%
R=50.13%
G=37.53%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951464800.250.750.244060.4947.65
HexC392300194B18283c30
Octal3032226003111330507460
Binary1100001110010010110000011001100101111000101000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39230; }

 p { color: rgb(195,146,48); }

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

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

 a { background-color: rgb(195,146,48); }

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

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

 span { border-color: rgb(195,146,48); }

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