Html Css Color HEX #353219 Maire

📋 copy color: '#353219'

red 53 ◦ green 50 ◦ blue 25

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

Shades of Maire #353219

Tints of Maire #353219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 41.41%
G = 39.06%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#353219 (or 0x353219) is known color: Maire. HEX triplet: 35, 32 and 19. RGB value is (53,50,25). Sum of RGB (Red+Green+Blue) = 53+50+25=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #353219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353219 is #CACDE6. Grayscale: #303030. Windows color (decimal): -13290983 or 1651253. OLE color: 1651253.

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

Color convert

RGB 53 50 25 -
CMYK 0 0.06 0.53 0.79
HSL 53.57º 0.36% 0.15% -
HSV(B) 53.57º 0.53% 0.21% -
XYZ 2.78 3.11 1.37 -
YUV 48.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 53 50 25 0 0.06 0.53 0.79 53.57 0.36 0.15
Hex 35 32 19 0 6 35 4F 36 24 F
Octal 65 62 31 0 6 65 117 66 44 17
Binary 110101 110010 11001 0 110 110101 1001111 110110 100100 1111

Color Harmonies of #353219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353219

Black with #353219

Text Example


Text Example

White with #353219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353219; }

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

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

background-color css

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

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

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

border-color css

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

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

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