Html Css Color HEX #352F15 Maire

📋 copy color: '#352F15'

red 53 ◦ green 47 ◦ blue 21

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

Shades of Maire #352F15

Tints of Maire #352F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.84%

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

R = 43.8%
G = 38.84%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352F15 (or 0x352F15) is known color: Maire. HEX triplet: 35, 2F and 15. RGB value is (53,47,21). Sum of RGB (Red+Green+Blue) = 53+47+21=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F15 is #CAD0EA. Grayscale: #2D2D2D. Windows color (decimal): -13291755 or 1388341. OLE color: 1388341.

HSL color Cylindrical-coordinate representation of color #352F15: hue angle of 48.75º 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 #352F15 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 47 21 -
CMYK 0 0.11 0.60 0.79
HSL 48.75º 0.43% 0.15% -
HSV(B) 48.75º 0.6% 0.21% -
XYZ 2.62 2.84 1.12 -
YUV 45.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 53 47 21 0 0.11 0.60 0.79 48.75 0.43 0.15
Hex 35 2F 15 0 B 3C 4F 31 2B F
Octal 65 57 25 0 13 74 117 61 53 17
Binary 110101 101111 10101 0 1011 111100 1001111 110001 101011 1111

Color Harmonies of #352F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F15

Black with #352F15

Text Example


Text Example

White with #352F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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