Html Css Color HEX #532817 Indian Tan

📋 copy color: '#532817'

red 83 ◦ green 40 ◦ blue 23

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

Shades of Indian Tan #532817

Tints of Indian Tan #532817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.4%

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

R = 56.85%
G = 27.4%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#532817 (or 0x532817) is known color: Indian Tan. HEX triplet: 53, 28 and 17. RGB value is (83,40,23). Sum of RGB (Red+Green+Blue) = 83+40+23=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #532817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532817 is #ACD7E8. Grayscale: #333333. Windows color (decimal): -11327465 or 1517651. OLE color: 1517651.

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

Color convert

RGB 83 40 23 -
CMYK 0 0.52 0.72 0.67
HSL 17º 0.57% 0.21% -
HSV(B) 17º 0.72% 0.33% -
XYZ 4.48 3.42 1.23 -
YUV 50.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 83 40 23 0 0.52 0.72 0.67 17 0.57 0.21
Hex 53 28 17 0 34 48 43 11 39 15
Octal 123 50 27 0 64 110 103 21 71 25
Binary 1010011 101000 10111 0 110100 1001000 1000011 10001 111001 10101

Color Harmonies of #532817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532817

Black with #532817

Text Example


Text Example

White with #532817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532817; }

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

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

background-color css

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

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

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

border-color css

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

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

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