Html Css Color HEX #532917 Indian Tan

📋 copy color: '#532917'

red 83 ◦ green 41 ◦ blue 23

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

Shades of Indian Tan #532917

Tints of Indian Tan #532917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.65%

R = 56.46%
G = 27.89%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#532917 (or 0x532917) is known color: Indian Tan. HEX triplet: 53, 29 and 17. RGB value is (83,41,23). Sum of RGB (Red+Green+Blue) = 83+41+23=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #532917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532917 is #ACD6E8. Grayscale: #333333. Windows color (decimal): -11327209 or 1517907. OLE color: 1517907.

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

Color convert

RGB 83 41 23 -
CMYK 0 0.51 0.72 0.67
HSL 18º 0.57% 0.21% -
HSV(B) 18º 0.72% 0.33% -
XYZ 4.51 3.49 1.25 -
YUV 51.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 83 41 23 0 0.51 0.72 0.67 18 0.57 0.21
Hex 53 29 17 0 33 48 43 12 39 15
Octal 123 51 27 0 63 110 103 22 71 25
Binary 1010011 101001 10111 0 110011 1001000 1000011 10010 111001 10101

Color Harmonies of #532917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532917

Black with #532917

Text Example


Text Example

White with #532917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532917; }

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

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

background-color css

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

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

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

border-color css

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

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

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