#352F0B

Color #352F0B Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #352F0B

Tints of Maire #352F0B

Color information

#352F0B (or 0x352F0B) is unknown color: approx Maire. HEX triplet: 35, 2F and 0B. RGB value is (53,47,11). Sum of RGB (Red+Green+Blue) = 53+47+11=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F0B is #CAD0F4. Grayscale: #2C2C2C. Windows color (decimal): -13291765 or 732981. OLE color: 732981.

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

Color convert

RGB534711-
CMYK00.110.790.79
HSL51.43º65.62%12.55%-
HSV(B)51.43º79.25%20.78%-
XYZ2.552.810.73-
YUV44.69108.99133.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=47.75%
G=42.34%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53471100.110.790.7951.4365.6212.55
Hex352FB0B4F4F3342d
Octal6557130131171176310215
Binary1101011011111011010111001111100111111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #352F0B;
 }
 .AnyTagClassName
 {
   color: #352F0B;
 }
</style>
background-color css

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

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

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

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

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

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