Html Css Color HEX #36201F Livid Brown

📋 copy color: '#36201F'

red 54 ◦ green 32 ◦ blue 31

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

Shades of Livid Brown #36201F

Tints of Livid Brown #36201F

RGB

 RED value IS 54 (21.48% from 255) = 46.15%

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

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

R = 46.15%
G = 27.35%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.79

RGB Variations

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

Color information

#36201F (or 0x36201F) is known color: Livid Brown. HEX triplet: 36, 20 and 1F. RGB value is (54,32,31). Sum of RGB (Red+Green+Blue) = 54+32+31=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #36201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36201F is #C9DFE0. Grayscale: #262626. Windows color (decimal): -13230049 or 2039862. OLE color: 2039862.

HSL color Cylindrical-coordinate representation of color #36201F: hue angle of 2.61º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #36201F is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 32 31 -
CMYK 0 0.41 0.43 0.79
HSL 2.61º 0.27% 0.17% -
HSV(B) 2.61º 0.43% 0.21% -
XYZ 2.29 1.92 1.55 -
YUV 38.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 54 32 31 0 0.41 0.43 0.79 2.61 0.27 0.17
Hex 36 20 1F 0 29 2B 4F 3 1B 11
Octal 66 40 37 0 51 53 117 3 33 21
Binary 110110 100000 11111 0 101001 101011 1001111 11 11011 10001

Color Harmonies of #36201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36201F

Black with #36201F

Text Example


Text Example

White with #36201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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