Html Css Color HEX #353201 Maire

📋 copy color: '#353201'

red 53 ◦ green 50 ◦ blue 1

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

Shades of Maire #353201

Tints of Maire #353201

RGB

 RED value IS 53 (21.09% from 255) = 50.96%

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

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

R = 50.96%
G = 48.08%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#353201 (or 0x353201) is known color: Maire. HEX triplet: 35, 32 and 01. RGB value is (53,50,1). Sum of RGB (Red+Green+Blue) = 53+50+1=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #353201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353201 is #CACDFE. Grayscale: #2D2D2D. Windows color (decimal): -13291007 or 78389. OLE color: 78389.

HSL color Cylindrical-coordinate representation of color #353201: hue angle of 56.54º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353201 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 1 -
CMYK 0 0.06 0.98 0.79
HSL 56.54º 0.96% 0.11% -
HSV(B) 56.54º 0.98% 0.21% -
XYZ 2.61 3.04 0.48 -
YUV 45.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 53 50 1 0 0.06 0.98 0.79 56.54 0.96 0.11
Hex 35 32 1 0 6 62 4F 39 60 B
Octal 65 62 1 0 6 142 117 71 140 13
Binary 110101 110010 1 0 110 1100010 1001111 111001 1100000 1011

Color Harmonies of #353201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353201

Black with #353201

Text Example


Text Example

White with #353201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353201; }

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

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

background-color css

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

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

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

border-color css

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

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

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