Html Css Color HEX #352F17 Maire

📋 copy color: '#352F17'

red 53 ◦ green 47 ◦ blue 23

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

Shades of Maire #352F17

Tints of Maire #352F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 43.09%
G = 38.21%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#352F17 (or 0x352F17) is known color: Maire. HEX triplet: 35, 2F and 17. RGB value is (53,47,23). Sum of RGB (Red+Green+Blue) = 53+47+23=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F17 is #CAD0E8. Grayscale: #2E2E2E. Windows color (decimal): -13291753 or 1519413. OLE color: 1519413.

HSL color Cylindrical-coordinate representation of color #352F17: hue angle of 48º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352F17 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 47 23 -
CMYK 0 0.11 0.57 0.79
HSL 48º 0.39% 0.15% -
HSV(B) 48º 0.57% 0.21% -
XYZ 2.64 2.85 1.22 -
YUV 46.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 53 47 23 0 0.11 0.57 0.79 48 0.39 0.15
Hex 35 2F 17 0 B 39 4F 30 27 F
Octal 65 57 27 0 13 71 117 60 47 17
Binary 110101 101111 10111 0 1011 111001 1001111 110000 100111 1111

Color Harmonies of #352F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F17

Black with #352F17

Text Example


Text Example

White with #352F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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