Html Css Color HEX #392D09 Mikado

📋 copy color: '#392D09'

red 57 ◦ green 45 ◦ blue 9

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

Shades of Mikado #392D09

Tints of Mikado #392D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 40.54%

 BLUE value IS 9 (3.91% from 255) = 8.11%

R = 51.35%
G = 40.54%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#392D09 (or 0x392D09) is known color: Mikado. HEX triplet: 39, 2D and 09. RGB value is (57,45,9). Sum of RGB (Red+Green+Blue) = 57+45+9=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #392D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392D09 is #C6D2F6. Grayscale: #2C2C2C. Windows color (decimal): -13030135 or 601401. OLE color: 601401.

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

Color convert

RGB 57 45 9 -
CMYK 0 0.21 0.84 0.78
HSL 45º 0.73% 0.13% -
HSV(B) 45º 0.84% 0.22% -
XYZ 2.68 2.77 0.65 -
YUV 44.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 57 45 9 0 0.21 0.84 0.78 45 0.73 0.13
Hex 39 2D 9 0 15 54 4E 2D 49 D
Octal 71 55 11 0 25 124 116 55 111 15
Binary 111001 101101 1001 0 10101 1010100 1001110 101101 1001001 1101

Color Harmonies of #392D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392D09

Black with #392D09

Text Example


Text Example

White with #392D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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