Html Css Color HEX #532813 Indian Tan

📋 copy color: '#532813'

red 83 ◦ green 40 ◦ blue 19

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

Shades of Indian Tan #532813

Tints of Indian Tan #532813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.17%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 58.45%
G = 28.17%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#532813 (or 0x532813) is known color: Indian Tan. HEX triplet: 53, 28 and 13. RGB value is (83,40,19). Sum of RGB (Red+Green+Blue) = 83+40+19=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #532813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532813 is #ACD7EC. Grayscale: #323232. Windows color (decimal): -11327469 or 1255507. OLE color: 1255507.

HSL color Cylindrical-coordinate representation of color #532813: hue angle of 19.69º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532813 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 19 -
CMYK 0 0.52 0.77 0.67
HSL 19.69º 0.63% 0.2% -
HSV(B) 19.69º 0.77% 0.33% -
XYZ 4.44 3.4 1.04 -
YUV 50.46 110.25 151.21 -
System Red Green Blue C M Y K H S L
Decimal 83 40 19 0 0.52 0.77 0.67 19.69 0.63 0.2
Hex 53 28 13 0 34 4D 43 14 3F 14
Octal 123 50 23 0 64 115 103 24 77 24
Binary 1010011 101000 10011 0 110100 1001101 1000011 10100 111111 10100

Color Harmonies of #532813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532813

Black with #532813

Text Example


Text Example

White with #532813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532813; }

 p { color: rgb(83,40,19); }

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

background-color css

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

 a { background-color: rgb(83,40,19); }

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

border-color css

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

 span { border-color: rgb(83,40,19); }

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