Html Css Color HEX #53311F Indian Tan

📋 copy color: '#53311F'

red 83 ◦ green 49 ◦ blue 31

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

Shades of Indian Tan #53311F

Tints of Indian Tan #53311F

RGB

 RED value IS 83 (32.81% from 255) = 50.92%

 GREEN value IS 49 (19.53% from 255) = 30.06%

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

R = 50.92%
G = 30.06%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53311F (or 0x53311F) is known color: Indian Tan. HEX triplet: 53, 31 and 1F. RGB value is (83,49,31). Sum of RGB (Red+Green+Blue) = 83+49+31=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53311F is #ACCEE0. Grayscale: #393939. Windows color (decimal): -11325153 or 2044243. OLE color: 2044243.

HSL color Cylindrical-coordinate representation of color #53311F: hue angle of 20.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53311F is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 31 -
CMYK 0 0.41 0.63 0.67
HSL 20.77º 0.46% 0.22% -
HSV(B) 20.77º 0.63% 0.33% -
XYZ 4.91 4.13 1.84 -
YUV 57.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 83 49 31 0 0.41 0.63 0.67 20.77 0.46 0.22
Hex 53 31 1F 0 29 3F 43 15 2E 16
Octal 123 61 37 0 51 77 103 25 56 26
Binary 1010011 110001 11111 0 101001 111111 1000011 10101 101110 10110

Color Harmonies of #53311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53311F

Black with #53311F

Text Example


Text Example

White with #53311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,49,31); }

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

background-color css

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

 a { background-color: rgb(83,49,31); }

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

border-color css

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

 span { border-color: rgb(83,49,31); }

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