Html Css Color HEX #393400 Maire

📋 copy color: '#393400'

red 57 ◦ green 52 ◦ blue 0

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

Shades of Maire #393400

Tints of Maire #393400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.29%
G = 47.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#393400 (or 0x393400) is known color: Maire. HEX triplet: 39, 34 and 00. RGB value is (57,52,0). Sum of RGB (Red+Green+Blue) = 57+52+0=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #393400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393400 is #C6CBFF. Grayscale: #2F2F2F. Windows color (decimal): -13028352 or 13369. OLE color: 13369.

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

Color convert

RGB 57 52 0 -
CMYK 0 0.09 1 0.78
HSL 54.74º 1% 0.11% -
HSV(B) 54.74º 1% 0.22% -
XYZ 2.92 3.33 0.49 -
YUV 47.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 57 52 0 0 0.09 1 0.78 54.74 1 0.11
Hex 39 34 0 0 9 64 4E 37 64 B
Octal 71 64 0 0 11 144 116 67 144 13
Binary 111001 110100 0 0 1001 1100100 1001110 110111 1100100 1011

Color Harmonies of #393400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393400

Black with #393400

Text Example


Text Example

White with #393400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393400; }

 p { color: rgb(57,52,0); }

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

background-color css

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

 a { background-color: rgb(57,52,0); }

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

border-color css

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

 span { border-color: rgb(57,52,0); }

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