Html Css Color HEX #532311 Indian Tan

📋 copy color: '#532311'

red 83 ◦ green 35 ◦ blue 17

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

Shades of Indian Tan #532311

Tints of Indian Tan #532311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

 BLUE value IS 17 (7.03% from 255) = 12.59%

R = 61.48%
G = 25.93%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#532311 (or 0x532311) is known color: Indian Tan. HEX triplet: 53, 23 and 11. RGB value is (83,35,17). Sum of RGB (Red+Green+Blue) = 83+35+17=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532311 is #ACDCEE. Grayscale: #2F2F2F. Windows color (decimal): -11328751 or 1123155. OLE color: 1123155.

HSL color Cylindrical-coordinate representation of color #532311: hue angle of 16.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532311 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 17 -
CMYK 0 0.58 0.80 0.67
HSL 16.36º 0.66% 0.2% -
HSV(B) 16.36º 0.8% 0.33% -
XYZ 4.27 3.08 0.9 -
YUV 47.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 83 35 17 0 0.58 0.80 0.67 16.36 0.66 0.2
Hex 53 23 11 0 3A 50 43 10 42 14
Octal 123 43 21 0 72 120 103 20 102 24
Binary 1010011 100011 10001 0 111010 1010000 1000011 10000 1000010 10100

Color Harmonies of #532311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532311

Black with #532311

Text Example


Text Example

White with #532311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532311; }

 p { color: rgb(83,35,17); }

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

background-color css

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

 a { background-color: rgb(83,35,17); }

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

border-color css

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

 span { border-color: rgb(83,35,17); }

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