Html Css Color HEX #53291A Indian Tan

📋 copy color: '#53291A'

red 83 ◦ green 41 ◦ blue 26

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

Shades of Indian Tan #53291A

Tints of Indian Tan #53291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 55.33%
G = 27.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53291A (or 0x53291A) is known color: Indian Tan. HEX triplet: 53, 29 and 1A. RGB value is (83,41,26). Sum of RGB (Red+Green+Blue) = 83+41+26=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53291A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53291A is #ACD6E5. Grayscale: #333333. Windows color (decimal): -11327206 or 1714515. OLE color: 1714515.

HSL color Cylindrical-coordinate representation of color #53291A: hue angle of 15.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53291A is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 41 26 -
CMYK 0 0.51 0.69 0.67
HSL 15.79º 0.52% 0.21% -
HSV(B) 15.79º 0.69% 0.33% -
XYZ 4.55 3.5 1.41 -
YUV 51.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 83 41 26 0 0.51 0.69 0.67 15.79 0.52 0.21
Hex 53 29 1A 0 33 45 43 10 34 15
Octal 123 51 32 0 63 105 103 20 64 25
Binary 1010011 101001 11010 0 110011 1000101 1000011 10000 110100 10101

Color Harmonies of #53291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53291A

Black with #53291A

Text Example


Text Example

White with #53291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53291A; }

 p { color: rgb(83,41,26); }

 H1.HeaderClassName
 {
   color: #53291A;
 }
 .AnyTagClassName
 {
   color: #53291A;
 }
</style>

background-color css

<style>
 a { background-color: #53291A; }

 a { background-color: rgb(83,41,26); }

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

border-color css

<style>
 span { border-color: #53291A; }

 span { border-color: rgb(83,41,26); }

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