Html Css Color HEX #352E06 Maire

📋 copy color: '#352E06'

red 53 ◦ green 46 ◦ blue 6

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

Shades of Maire #352E06

Tints of Maire #352E06

RGB

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

 GREEN value IS 46 (18.36% from 255) = 43.81%

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 50.48%
G = 43.81%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#352E06 (or 0x352E06) is known color: Maire. HEX triplet: 35, 2E and 06. RGB value is (53,46,6). Sum of RGB (Red+Green+Blue) = 53+46+6=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #352E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E06 is #CAD1F9. Grayscale: #2B2B2B. Windows color (decimal): -13292026 or 405045. OLE color: 405045.

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

Color convert

RGB 53 46 6 -
CMYK 0 0.13 0.89 0.79
HSL 51.06º 0.8% 0.12% -
HSV(B) 51.06º 0.89% 0.21% -
XYZ 2.48 2.72 0.57 -
YUV 43.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 53 46 6 0 0.13 0.89 0.79 51.06 0.8 0.12
Hex 35 2E 6 0 D 59 4F 33 50 C
Octal 65 56 6 0 15 131 117 63 120 14
Binary 110101 101110 110 0 1101 1011001 1001111 110011 1010000 1100

Color Harmonies of #352E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E06

Black with #352E06

Text Example


Text Example

White with #352E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,46,6); }

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

background-color css

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

 a { background-color: rgb(53,46,6); }

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

border-color css

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

 span { border-color: rgb(53,46,6); }

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