Html Css Color HEX #352F16 Maire

📋 copy color: '#352F16'

red 53 ◦ green 47 ◦ blue 22

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

Shades of Maire #352F16

Tints of Maire #352F16

RGB

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

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

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

R = 43.44%
G = 38.52%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#352F16 (or 0x352F16) is known color: Maire. HEX triplet: 35, 2F and 16. RGB value is (53,47,22). Sum of RGB (Red+Green+Blue) = 53+47+22=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F16 is #CAD0E9. Grayscale: #2E2E2E. Windows color (decimal): -13291754 or 1453877. OLE color: 1453877.

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

Color convert

RGB 53 47 22 -
CMYK 0 0.11 0.58 0.79
HSL 48.39º 0.41% 0.15% -
HSV(B) 48.39º 0.58% 0.21% -
XYZ 2.63 2.85 1.17 -
YUV 45.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 53 47 22 0 0.11 0.58 0.79 48.39 0.41 0.15
Hex 35 2F 16 0 B 3A 4F 30 29 F
Octal 65 57 26 0 13 72 117 60 51 17
Binary 110101 101111 10110 0 1011 111010 1001111 110000 101001 1111

Color Harmonies of #352F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F16

Black with #352F16

Text Example


Text Example

White with #352F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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