Html Css Color HEX #35321A Maire

📋 copy color: '#35321A'

red 53 ◦ green 50 ◦ blue 26

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

Shades of Maire #35321A

Tints of Maire #35321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

 BLUE value IS 26 (10.55% from 255) = 20.16%

R = 41.09%
G = 38.76%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35321A (or 0x35321A) is known color: Maire. HEX triplet: 35, 32 and 1A. RGB value is (53,50,26). Sum of RGB (Red+Green+Blue) = 53+50+26=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35321A is #CACDE5. Grayscale: #303030. Windows color (decimal): -13290982 or 1716789. OLE color: 1716789.

HSL color Cylindrical-coordinate representation of color #35321A: hue angle of 53.33º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35321A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 50 26 -
CMYK 0 0.06 0.51 0.79
HSL 53.33º 0.34% 0.15% -
HSV(B) 53.33º 0.51% 0.21% -
XYZ 2.8 3.11 1.43 -
YUV 48.16 115.49 131.45 -
System Red Green Blue C M Y K H S L
Decimal 53 50 26 0 0.06 0.51 0.79 53.33 0.34 0.15
Hex 35 32 1A 0 6 33 4F 35 22 F
Octal 65 62 32 0 6 63 117 65 42 17
Binary 110101 110010 11010 0 110 110011 1001111 110101 100010 1111

Color Harmonies of #35321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35321A

Black with #35321A

Text Example


Text Example

White with #35321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35321A; }

 p { color: rgb(53,50,26); }

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

background-color css

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

 a { background-color: rgb(53,50,26); }

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

border-color css

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

 span { border-color: rgb(53,50,26); }

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