Html Css Color HEX #353106 Maire

📋 copy color: '#353106'

red 53 ◦ green 49 ◦ blue 6

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

Shades of Maire #353106

Tints of Maire #353106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 45.37%

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

R = 49.07%
G = 45.37%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#353106 (or 0x353106) is known color: Maire. HEX triplet: 35, 31 and 06. RGB value is (53,49,6). Sum of RGB (Red+Green+Blue) = 53+49+6=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #353106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353106 is #CACEF9. Grayscale: #2D2D2D. Windows color (decimal): -13291258 or 405813. OLE color: 405813.

HSL color Cylindrical-coordinate representation of color #353106: hue angle of 54.89º 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 #353106 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 49 6 -
CMYK 0 0.08 0.89 0.79
HSL 54.89º 0.8% 0.12% -
HSV(B) 54.89º 0.89% 0.21% -
XYZ 2.6 2.97 0.61 -
YUV 45.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 53 49 6 0 0.08 0.89 0.79 54.89 0.8 0.12
Hex 35 31 6 0 8 59 4F 37 50 C
Octal 65 61 6 0 10 131 117 67 120 14
Binary 110101 110001 110 0 1000 1011001 1001111 110111 1010000 1100

Color Harmonies of #353106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353106

Black with #353106

Text Example


Text Example

White with #353106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353106; }

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

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

background-color css

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

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

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

border-color css

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

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

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