Html Css Color HEX #532310 Indian Tan

📋 copy color: '#532310'

red 83 ◦ green 35 ◦ blue 16

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

Shades of Indian Tan #532310

Tints of Indian Tan #532310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 61.94%
G = 26.12%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#532310 (or 0x532310) is known color: Indian Tan. HEX triplet: 53, 23 and 10. RGB value is (83,35,16). Sum of RGB (Red+Green+Blue) = 83+35+16=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532310 is #ACDCEF. Grayscale: #2F2F2F. Windows color (decimal): -11328752 or 1057619. OLE color: 1057619.

HSL color Cylindrical-coordinate representation of color #532310: hue angle of 17.01º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532310 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 35 16 -
CMYK 0 0.58 0.81 0.67
HSL 17.01º 0.68% 0.19% -
HSV(B) 17.01º 0.81% 0.33% -
XYZ 4.26 3.08 0.86 -
YUV 47.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 83 35 16 0 0.58 0.81 0.67 17.01 0.68 0.19
Hex 53 23 10 0 3A 51 43 11 44 13
Octal 123 43 20 0 72 121 103 21 104 23
Binary 1010011 100011 10000 0 111010 1010001 1000011 10001 1000100 10011

Color Harmonies of #532310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532310

Black with #532310

Text Example


Text Example

White with #532310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532310; }

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

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

background-color css

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

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

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

border-color css

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

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

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