Html Css Color HEX #35321C Maire

📋 copy color: '#35321C'

red 53 ◦ green 50 ◦ blue 28

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

Shades of Maire #35321C

Tints of Maire #35321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 40.46%
G = 38.17%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35321C (or 0x35321C) is known color: Maire. HEX triplet: 35, 32 and 1C. RGB value is (53,50,28). Sum of RGB (Red+Green+Blue) = 53+50+28=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35321C is #CACDE3. Grayscale: #303030. Windows color (decimal): -13290980 or 1847861. OLE color: 1847861.

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

Color convert

RGB 53 50 28 -
CMYK 0 0.06 0.47 0.79
HSL 52.8º 0.31% 0.16% -
HSV(B) 52.8º 0.47% 0.21% -
XYZ 2.82 3.12 1.55 -
YUV 48.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 53 50 28 0 0.06 0.47 0.79 52.8 0.31 0.16
Hex 35 32 1C 0 6 2F 4F 35 1F 10
Octal 65 62 34 0 6 57 117 65 37 20
Binary 110101 110010 11100 0 110 101111 1001111 110101 11111 10000

Color Harmonies of #35321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35321C

Black with #35321C

Text Example


Text Example

White with #35321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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