Html Css Color HEX #53301F Indian Tan

📋 copy color: '#53301F'

red 83 ◦ green 48 ◦ blue 31

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

Shades of Indian Tan #53301F

Tints of Indian Tan #53301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.63%

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

R = 51.23%
G = 29.63%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53301F (or 0x53301F) is known color: Indian Tan. HEX triplet: 53, 30 and 1F. RGB value is (83,48,31). Sum of RGB (Red+Green+Blue) = 83+48+31=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53301F is #ACCFE0. Grayscale: #383838. Windows color (decimal): -11325409 or 2043987. OLE color: 2043987.

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

Color convert

RGB 83 48 31 -
CMYK 0 0.42 0.63 0.67
HSL 19.62º 0.46% 0.22% -
HSV(B) 19.62º 0.63% 0.33% -
XYZ 4.87 4.05 1.82 -
YUV 56.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 83 48 31 0 0.42 0.63 0.67 19.62 0.46 0.22
Hex 53 30 1F 0 2A 3F 43 14 2E 16
Octal 123 60 37 0 52 77 103 24 56 26
Binary 1010011 110000 11111 0 101010 111111 1000011 10100 101110 10110

Color Harmonies of #53301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53301F

Black with #53301F

Text Example


Text Example

White with #53301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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