Html Css Color HEX #393200 Maire

📋 copy color: '#393200'

red 57 ◦ green 50 ◦ blue 0

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

Shades of Maire #393200

Tints of Maire #393200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.73%

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

R = 53.27%
G = 46.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#393200 (or 0x393200) is known color: Maire. HEX triplet: 39, 32 and 00. RGB value is (57,50,0). Sum of RGB (Red+Green+Blue) = 57+50+0=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #393200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393200 is #C6CDFF. Grayscale: #2E2E2E. Windows color (decimal): -13028864 or 12857. OLE color: 12857.

HSL color Cylindrical-coordinate representation of color #393200: hue angle of 52.63º 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 #393200 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 50 0 -
CMYK 0 0.12 1 0.78
HSL 52.63º 1% 0.11% -
HSV(B) 52.63º 1% 0.22% -
XYZ 2.83 3.15 0.46 -
YUV 46.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 57 50 0 0 0.12 1 0.78 52.63 1 0.11
Hex 39 32 0 0 C 64 4E 35 64 B
Octal 71 62 0 0 14 144 116 65 144 13
Binary 111001 110010 0 0 1100 1100100 1001110 110101 1100100 1011

Color Harmonies of #393200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393200

Black with #393200

Text Example


Text Example

White with #393200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393200; }

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

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

background-color css

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

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

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

border-color css

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

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

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