Html Css Color HEX #532916 Indian Tan

📋 copy color: '#532916'

red 83 ◦ green 41 ◦ blue 22

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

Shades of Indian Tan #532916

Tints of Indian Tan #532916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 56.85%
G = 28.08%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#532916 (or 0x532916) is known color: Indian Tan. HEX triplet: 53, 29 and 16. RGB value is (83,41,22). Sum of RGB (Red+Green+Blue) = 83+41+22=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 22 (8.98% from 255 or 15.07% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #532916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532916 is #ACD6E9. Grayscale: #333333. Windows color (decimal): -11327210 or 1452371. OLE color: 1452371.

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

Color convert

RGB 83 41 22 -
CMYK 0 0.51 0.73 0.67
HSL 18.69º 0.58% 0.21% -
HSV(B) 18.69º 0.73% 0.33% -
XYZ 4.51 3.48 1.19 -
YUV 51.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 83 41 22 0 0.51 0.73 0.67 18.69 0.58 0.21
Hex 53 29 16 0 33 49 43 13 3A 15
Octal 123 51 26 0 63 111 103 23 72 25
Binary 1010011 101001 10110 0 110011 1001001 1000011 10011 111010 10101

Color Harmonies of #532916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532916

Black with #532916

Text Example


Text Example

White with #532916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532916; }

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

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

background-color css

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

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

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

border-color css

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

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

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