Html Css Color HEX #532511 Indian Tan

📋 copy color: '#532511'

red 83 ◦ green 37 ◦ blue 17

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

Shades of Indian Tan #532511

Tints of Indian Tan #532511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.01%

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

R = 60.58%
G = 27.01%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#532511 (or 0x532511) is known color: Indian Tan. HEX triplet: 53, 25 and 11. RGB value is (83,37,17). Sum of RGB (Red+Green+Blue) = 83+37+17=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #532511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532511 is #ACDAEE. Grayscale: #303030. Windows color (decimal): -11328239 or 1123667. OLE color: 1123667.

HSL color Cylindrical-coordinate representation of color #532511: hue angle of 18.18º 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 #532511 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 17 -
CMYK 0 0.55 0.80 0.67
HSL 18.18º 0.66% 0.2% -
HSV(B) 18.18º 0.8% 0.33% -
XYZ 4.33 3.2 0.92 -
YUV 48.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 83 37 17 0 0.55 0.80 0.67 18.18 0.66 0.2
Hex 53 25 11 0 37 50 43 12 42 14
Octal 123 45 21 0 67 120 103 22 102 24
Binary 1010011 100101 10001 0 110111 1010000 1000011 10010 1000010 10100

Color Harmonies of #532511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532511

Black with #532511

Text Example


Text Example

White with #532511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532511; }

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

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

background-color css

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

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

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

border-color css

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

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

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