Html Css Color HEX #35221F Livid Brown

📋 copy color: '#35221F'

red 53 ◦ green 34 ◦ blue 31

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

Shades of Livid Brown #35221F

Tints of Livid Brown #35221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.81%

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

R = 44.92%
G = 28.81%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#35221F (or 0x35221F) is known color: Livid Brown. HEX triplet: 35, 22 and 1F. RGB value is (53,34,31). Sum of RGB (Red+Green+Blue) = 53+34+31=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35221F is #CADDE0. Grayscale: #272727. Windows color (decimal): -13295073 or 2040373. OLE color: 2040373.

HSL color Cylindrical-coordinate representation of color #35221F: hue angle of 8.18º 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 #35221F is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 34 31 -
CMYK 0 0.36 0.42 0.79
HSL 8.18º 0.26% 0.16% -
HSV(B) 8.18º 0.42% 0.21% -
XYZ 2.29 2 1.56 -
YUV 39.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 53 34 31 0 0.36 0.42 0.79 8.18 0.26 0.16
Hex 35 22 1F 0 24 2A 4F 8 1A 10
Octal 65 42 37 0 44 52 117 10 32 20
Binary 110101 100010 11111 0 100100 101010 1001111 1000 11010 10000

Color Harmonies of #35221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35221F

Black with #35221F

Text Example


Text Example

White with #35221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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