Html Css Color HEX #353216 Maire

📋 copy color: '#353216'

red 53 ◦ green 50 ◦ blue 22

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

Shades of Maire #353216

Tints of Maire #353216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.6%

R = 42.4%
G = 40%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#353216 (or 0x353216) is known color: Maire. HEX triplet: 35, 32 and 16. RGB value is (53,50,22). Sum of RGB (Red+Green+Blue) = 53+50+22=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #353216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353216 is #CACDE9. Grayscale: #2F2F2F. Windows color (decimal): -13290986 or 1454645. OLE color: 1454645.

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

Color convert

RGB 53 50 22 -
CMYK 0 0.06 0.58 0.79
HSL 54.19º 0.41% 0.15% -
HSV(B) 54.19º 0.58% 0.21% -
XYZ 2.75 3.1 1.21 -
YUV 47.71 113.49 131.78 -
System Red Green Blue C M Y K H S L
Decimal 53 50 22 0 0.06 0.58 0.79 54.19 0.41 0.15
Hex 35 32 16 0 6 3A 4F 36 29 F
Octal 65 62 26 0 6 72 117 66 51 17
Binary 110101 110010 10110 0 110 111010 1001111 110110 101001 1111

Color Harmonies of #353216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353216

Black with #353216

Text Example


Text Example

White with #353216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353216; }

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

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

background-color css

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

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

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

border-color css

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

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

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