Html Css Color HEX #532716 Indian Tan

📋 copy color: '#532716'

red 83 ◦ green 39 ◦ blue 22

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

Shades of Indian Tan #532716

Tints of Indian Tan #532716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.08%

 BLUE value IS 22 (8.98% from 255) = 15.28%

R = 57.64%
G = 27.08%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#532716 (or 0x532716) is known color: Indian Tan. HEX triplet: 53, 27 and 16. RGB value is (83,39,22). Sum of RGB (Red+Green+Blue) = 83+39+22=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #532716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532716 is #ACD8E9. Grayscale: #323232. Windows color (decimal): -11327722 or 1451859. OLE color: 1451859.

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

Color convert

RGB 83 39 22 -
CMYK 0 0.53 0.73 0.67
HSL 16.72º 0.58% 0.21% -
HSV(B) 16.72º 0.73% 0.33% -
XYZ 4.44 3.35 1.17 -
YUV 50.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 83 39 22 0 0.53 0.73 0.67 16.72 0.58 0.21
Hex 53 27 16 0 35 49 43 11 3A 15
Octal 123 47 26 0 65 111 103 21 72 25
Binary 1010011 100111 10110 0 110101 1001001 1000011 10001 111010 10101

Color Harmonies of #532716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532716

Black with #532716

Text Example


Text Example

White with #532716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532716; }

 p { color: rgb(83,39,22); }

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

background-color css

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

 a { background-color: rgb(83,39,22); }

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

border-color css

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

 span { border-color: rgb(83,39,22); }

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