Html Css Color HEX #352E15 Maire

📋 copy color: '#352E15'

red 53 ◦ green 46 ◦ blue 21

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

Shades of Maire #352E15

Tints of Maire #352E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 38.33%

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 44.17%
G = 38.33%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352E15 (or 0x352E15) is known color: Maire. HEX triplet: 35, 2E and 15. RGB value is (53,46,21). Sum of RGB (Red+Green+Blue) = 53+46+21=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #352E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E15 is #CAD1EA. Grayscale: #2D2D2D. Windows color (decimal): -13292011 or 1388085. OLE color: 1388085.

HSL color Cylindrical-coordinate representation of color #352E15: hue angle of 46.88º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352E15 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 46 21 -
CMYK 0 0.13 0.60 0.79
HSL 46.88º 0.43% 0.15% -
HSV(B) 46.88º 0.6% 0.21% -
XYZ 2.58 2.77 1.11 -
YUV 45.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 53 46 21 0 0.13 0.60 0.79 46.88 0.43 0.15
Hex 35 2E 15 0 D 3C 4F 2F 2B F
Octal 65 56 25 0 15 74 117 57 53 17
Binary 110101 101110 10101 0 1101 111100 1001111 101111 101011 1111

Color Harmonies of #352E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E15

Black with #352E15

Text Example


Text Example

White with #352E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352E15; }

 p { color: rgb(53,46,21); }

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

background-color css

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

 a { background-color: rgb(53,46,21); }

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

border-color css

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

 span { border-color: rgb(53,46,21); }

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