#392D02

Color #392D02 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #392D02

Tints of Mikado #392D02

Color information

#392D02 (or 0x392D02) is unknown color: approx Mikado. HEX triplet: 39, 2D and 02. RGB value is (57,45,2). Sum of RGB (Red+Green+Blue) = 57+45+2=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 45 (17.97% from 255 or 43.27% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #392D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D02 is #C6D2FD. Grayscale: #2B2B2B. Windows color (decimal): -13030142 or 142649. OLE color: 142649.

HSL color Cylindrical-coordinate representation of color #392D02: hue angle of 46.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #392D02 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB57452-
CMYK00.210.960.78
HSL46.91º93.22%11.57%-
HSV(B)46.91º96.49%22.35%-
XYZ2.642.750.45-
YUV43.69104.48137.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 45 (17.97% from 255) = 43.27%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=54.81%
G=43.27%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5745200.210.960.7846.9193.2211.57
Hex392D2015604E2f5dc
Octal715520251401165713514
Binary111001101101100101011100000100111010111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392D02; }

 p { color: rgb(57,45,2); }

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

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

 a { background-color: rgb(57,45,2); }

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

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

 span { border-color: rgb(57,45,2); }

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