#C38C30

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

Shades of Hokey Pokey #C38C30

Tints of Hokey Pokey #C38C30

Color information

#C38C30 (or 0xC38C30) is unknown color: approx Hokey Pokey. HEX triplet: C3, 8C and 30. RGB value is (195,140,48). Sum of RGB (Red+Green+Blue) = 195+140+48=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38C30 is #3C73CF. Grayscale: #929292. Windows color (decimal): -3961808 or 3181763. OLE color: 3181763.

HSL color Cylindrical-coordinate representation of color #C38C30: hue angle of 37.55º 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 #C38C30 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19514048-
CMYK00.280.750.24
HSL37.55º60.49%47.65%-
HSV(B)37.55º75.38%76.47%-
XYZ32.4230.576.99-
YUV145.9672.72162.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 48 (19.14% from 255) = 12.53%
R=50.91%
G=36.55%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951404800.280.750.2437.5560.4947.65
HexC38C3001C4B18263c30
Octal3032146003411330467460
Binary1100001110001100110000011100100101111000100110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C30; }

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

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

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

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

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

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

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

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