Html Css Color HEX #35201F Livid Brown

📋 copy color: '#35201F'

red 53 ◦ green 32 ◦ blue 31

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

Shades of Livid Brown #35201F

Tints of Livid Brown #35201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.59%

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

R = 45.69%
G = 27.59%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.79

RGB Variations

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

Color information

#35201F (or 0x35201F) is known color: Livid Brown. HEX triplet: 35, 20 and 1F. RGB value is (53,32,31). Sum of RGB (Red+Green+Blue) = 53+32+31=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35201F is #CADFE0. Grayscale: #262626. Windows color (decimal): -13295585 or 2039861. OLE color: 2039861.

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

Color convert

RGB 53 32 31 -
CMYK 0 0.40 0.42 0.79
HSL 2.73º 0.26% 0.16% -
HSV(B) 2.73º 0.42% 0.21% -
XYZ 2.23 1.89 1.54 -
YUV 38.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 53 32 31 0 0.40 0.42 0.79 2.73 0.26 0.16
Hex 35 20 1F 0 28 2A 4F 3 1A 10
Octal 65 40 37 0 50 52 117 3 32 20
Binary 110101 100000 11111 0 101000 101010 1001111 11 11010 10000

Color Harmonies of #35201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35201F

Black with #35201F

Text Example


Text Example

White with #35201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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