#392E0B

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

Shades of Mikado #392E0B

Tints of Mikado #392E0B

Color information

#392E0B (or 0x392E0B) is unknown color: approx Mikado. HEX triplet: 39, 2E and 0B. RGB value is (57,46,11). Sum of RGB (Red+Green+Blue) = 57+46+11=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 46 (18.36% from 255 or 40.35% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E0B is #C6D1F4. Grayscale: #2D2D2D. Windows color (decimal): -13029877 or 732729. OLE color: 732729.

HSL color Cylindrical-coordinate representation of color #392E0B: hue angle of 45.65º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392E0B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB574611-
CMYK00.190.810.78
HSL45.65º67.65%13.33%-
HSV(B)45.65º80.7%22.35%-
XYZ2.722.850.72-
YUV45.3108.64136.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 40.35%
BLUE value IS 11 (4.69% from 255) = 9.65%
R=50%
G=40.35%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57461100.190.810.7845.6567.6513.33
Hex392EB013514E2e44d
Octal7156130231211165610415
Binary11100110111010110100111010001100111010111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,46,11); }

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

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

 a { background-color: rgb(57,46,11); }

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

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

 span { border-color: rgb(57,46,11); }

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