Html Css Color HEX #392F06 Mikado

📋 copy color: '#392F06'

red 57 ◦ green 47 ◦ blue 6

#392F06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #392F06

Tints of Mikado #392F06

RGB

 RED value IS 57 (22.66% from 255) = 51.82%

 GREEN value IS 47 (18.75% from 255) = 42.73%

 BLUE value IS 6 (2.73% from 255) = 5.45%

R = 51.82%
G = 42.73%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#392F06 (or 0x392F06) is known color: Mikado. HEX triplet: 39, 2F and 06. RGB value is (57,47,6). Sum of RGB (Red+Green+Blue) = 57+47+6=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 47 (18.75% from 255 or 42.73% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #392F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392F06 is #C6D0F9. Grayscale: #2D2D2D. Windows color (decimal): -13029626 or 405305. OLE color: 405305.

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

Color convert

RGB 57 47 6 -
CMYK 0 0.18 0.89 0.78
HSL 48.24º 0.81% 0.12% -
HSV(B) 48.24º 0.89% 0.22% -
XYZ 2.74 2.92 0.59 -
YUV 45.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 57 47 6 0 0.18 0.89 0.78 48.24 0.81 0.12
Hex 39 2F 6 0 12 59 4E 30 51 C
Octal 71 57 6 0 22 131 116 60 121 14
Binary 111001 101111 110 0 10010 1011001 1001110 110000 1010001 1100

Color Harmonies of #392F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F06

Black with #392F06

Text Example


Text Example

White with #392F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,47,6); }

 H1.HeaderClassName
 {
   color: #392F06;
 }
 .AnyTagClassName
 {
   color: #392F06;
 }
</style>

background-color css

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

 a { background-color: rgb(57,47,6); }

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

border-color css

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

 span { border-color: rgb(57,47,6); }

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