Html Css Color HEX #352B0A Maire

📋 copy color: '#352B0A'

red 53 ◦ green 43 ◦ blue 10

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

Shades of Maire #352B0A

Tints of Maire #352B0A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 40.57%

 BLUE value IS 10 (4.3% from 255) = 9.43%

R = 50%
G = 40.57%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#352B0A (or 0x352B0A) is known color: Maire. HEX triplet: 35, 2B and 0A. RGB value is (53,43,10). Sum of RGB (Red+Green+Blue) = 53+43+10=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352B0A is #CAD4F5. Grayscale: #2A2A2A. Windows color (decimal): -13292790 or 666421. OLE color: 666421.

HSL color Cylindrical-coordinate representation of color #352B0A: hue angle of 46.05º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #352B0A is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 43 10 -
CMYK 0 0.19 0.81 0.79
HSL 46.05º 0.68% 0.12% -
HSV(B) 46.05º 0.81% 0.21% -
XYZ 2.39 2.51 0.65 -
YUV 42.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 53 43 10 0 0.19 0.81 0.79 46.05 0.68 0.12
Hex 35 2B A 0 13 51 4F 2E 44 C
Octal 65 53 12 0 23 121 117 56 104 14
Binary 110101 101011 1010 0 10011 1010001 1001111 101110 1000100 1100

Color Harmonies of #352B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B0A

Black with #352B0A

Text Example


Text Example

White with #352B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,43,10); }

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

background-color css

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

 a { background-color: rgb(53,43,10); }

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

border-color css

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

 span { border-color: rgb(53,43,10); }

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