Html Css Color HEX #35211F Livid Brown

📋 copy color: '#35211F'

red 53 ◦ green 33 ◦ blue 31

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

Shades of Livid Brown #35211F

Tints of Livid Brown #35211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.21%

 BLUE value IS 31 (12.5% from 255) = 26.5%

R = 45.3%
G = 28.21%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#35211F (or 0x35211F) is known color: Livid Brown. HEX triplet: 35, 21 and 1F. RGB value is (53,33,31). Sum of RGB (Red+Green+Blue) = 53+33+31=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35211F is #CADEE0. Grayscale: #262626. Windows color (decimal): -13295329 or 2040117. OLE color: 2040117.

HSL color Cylindrical-coordinate representation of color #35211F: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35211F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 31 -
CMYK 0 0.38 0.42 0.79
HSL 5.45º 0.26% 0.16% -
HSV(B) 5.45º 0.42% 0.21% -
XYZ 2.26 1.94 1.55 -
YUV 38.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 53 33 31 0 0.38 0.42 0.79 5.45 0.26 0.16
Hex 35 21 1F 0 26 2A 4F 5 1A 10
Octal 65 41 37 0 46 52 117 5 32 20
Binary 110101 100001 11111 0 100110 101010 1001111 101 11010 10000

Color Harmonies of #35211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35211F

Black with #35211F

Text Example


Text Example

White with #35211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35211F; }

 p { color: rgb(53,33,31); }

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

background-color css

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

 a { background-color: rgb(53,33,31); }

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

border-color css

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

 span { border-color: rgb(53,33,31); }

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