Html Css Color HEX #35321B Maire

📋 copy color: '#35321B'

red 53 ◦ green 50 ◦ blue 27

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

Shades of Maire #35321B

Tints of Maire #35321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 40.77%
G = 38.46%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35321B (or 0x35321B) is known color: Maire. HEX triplet: 35, 32 and 1B. RGB value is (53,50,27). Sum of RGB (Red+Green+Blue) = 53+50+27=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35321B is #CACDE4. Grayscale: #303030. Windows color (decimal): -13290981 or 1782325. OLE color: 1782325.

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

Color convert

RGB 53 50 27 -
CMYK 0 0.06 0.49 0.79
HSL 53.08º 0.33% 0.16% -
HSV(B) 53.08º 0.49% 0.21% -
XYZ 2.81 3.12 1.49 -
YUV 48.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 53 50 27 0 0.06 0.49 0.79 53.08 0.33 0.16
Hex 35 32 1B 0 6 31 4F 35 20 10
Octal 65 62 33 0 6 61 117 65 40 20
Binary 110101 110010 11011 0 110 110001 1001111 110101 100000 10000

Color Harmonies of #35321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35321B

Black with #35321B

Text Example


Text Example

White with #35321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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