Html Css Color HEX #392E01 Mikado

📋 copy color: '#392E01'

red 57 ◦ green 46 ◦ blue 1

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

Shades of Mikado #392E01

Tints of Mikado #392E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 44.23%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 54.81%
G = 44.23%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#392E01 (or 0x392E01) is known color: Mikado. HEX triplet: 39, 2E and 01. RGB value is (57,46,1). Sum of RGB (Red+Green+Blue) = 57+46+1=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #392E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E01 is #C6D1FE. Grayscale: #2C2C2C. Windows color (decimal): -13029887 or 77369. OLE color: 77369.

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

Color convert

RGB 57 46 1 -
CMYK 0 0.19 0.98 0.78
HSL 48.21º 0.97% 0.11% -
HSV(B) 48.21º 0.98% 0.22% -
XYZ 2.67 2.83 0.43 -
YUV 44.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 57 46 1 0 0.19 0.98 0.78 48.21 0.97 0.11
Hex 39 2E 1 0 13 62 4E 30 61 B
Octal 71 56 1 0 23 142 116 60 141 13
Binary 111001 101110 1 0 10011 1100010 1001110 110000 1100001 1011

Color Harmonies of #392E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E01

Black with #392E01

Text Example


Text Example

White with #392E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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