Html Css Color HEX #393201 Maire

📋 copy color: '#393201'

red 57 ◦ green 50 ◦ blue 1

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

Shades of Maire #393201

Tints of Maire #393201

RGB

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

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

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

R = 52.78%
G = 46.3%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#393201 (or 0x393201) is known color: Maire. HEX triplet: 39, 32 and 01. RGB value is (57,50,1). Sum of RGB (Red+Green+Blue) = 57+50+1=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #393201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393201 is #C6CDFE. Grayscale: #2E2E2E. Windows color (decimal): -13028863 or 78393. OLE color: 78393.

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

Color convert

RGB 57 50 1 -
CMYK 0 0.12 0.98 0.78
HSL 52.5º 0.97% 0.11% -
HSV(B) 52.5º 0.98% 0.22% -
XYZ 2.83 3.15 0.49 -
YUV 46.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 57 50 1 0 0.12 0.98 0.78 52.5 0.97 0.11
Hex 39 32 1 0 C 62 4E 34 61 B
Octal 71 62 1 0 14 142 116 64 141 13
Binary 111001 110010 1 0 1100 1100010 1001110 110100 1100001 1011

Color Harmonies of #393201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393201

Black with #393201

Text Example


Text Example

White with #393201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393201; }

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

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

background-color css

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

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

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

border-color css

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

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

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