Html Css Color HEX #35201E Livid Brown

📋 copy color: '#35201E'

red 53 ◦ green 32 ◦ blue 30

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

Shades of Livid Brown #35201E

Tints of Livid Brown #35201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.09%

R = 46.09%
G = 27.83%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#35201E (or 0x35201E) is known color: Livid Brown. HEX triplet: 35, 20 and 1E. RGB value is (53,32,30). Sum of RGB (Red+Green+Blue) = 53+32+30=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35201E is #CADFE1. Grayscale: #262626. Windows color (decimal): -13295586 or 1974325. OLE color: 1974325.

HSL color Cylindrical-coordinate representation of color #35201E: hue angle of 5.22º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #35201E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 30 -
CMYK 0 0.40 0.43 0.79
HSL 5.22º 0.28% 0.16% -
HSV(B) 5.22º 0.43% 0.21% -
XYZ 2.22 1.88 1.47 -
YUV 38.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 53 32 30 0 0.40 0.43 0.79 5.22 0.28 0.16
Hex 35 20 1E 0 28 2B 4F 5 1C 10
Octal 65 40 36 0 50 53 117 5 34 20
Binary 110101 100000 11110 0 101000 101011 1001111 101 11100 10000

Color Harmonies of #35201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35201E

Black with #35201E

Text Example


Text Example

White with #35201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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