Html Css Color HEX #532B15 Indian Tan

📋 copy color: '#532B15'

red 83 ◦ green 43 ◦ blue 21

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

Shades of Indian Tan #532B15

Tints of Indian Tan #532B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.25%

 BLUE value IS 21 (8.59% from 255) = 14.29%

R = 56.46%
G = 29.25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#532B15 (or 0x532B15) is known color: Indian Tan. HEX triplet: 53, 2B and 15. RGB value is (83,43,21). Sum of RGB (Red+Green+Blue) = 83+43+21=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B15 is #ACD4EA. Grayscale: #343434. Windows color (decimal): -11326699 or 1387347. OLE color: 1387347.

HSL color Cylindrical-coordinate representation of color #532B15: hue angle of 21.29º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532B15 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 43 21 -
CMYK 0 0.48 0.75 0.67
HSL 21.29º 0.6% 0.2% -
HSV(B) 21.29º 0.75% 0.33% -
XYZ 4.57 3.62 1.17 -
YUV 52.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 83 43 21 0 0.48 0.75 0.67 21.29 0.6 0.2
Hex 53 2B 15 0 30 4B 43 15 3C 14
Octal 123 53 25 0 60 113 103 25 74 24
Binary 1010011 101011 10101 0 110000 1001011 1000011 10101 111100 10100

Color Harmonies of #532B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532B15

Black with #532B15

Text Example


Text Example

White with #532B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532B15; }

 p { color: rgb(83,43,21); }

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

background-color css

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

 a { background-color: rgb(83,43,21); }

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

border-color css

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

 span { border-color: rgb(83,43,21); }

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