Html Css Color HEX #532819 Indian Tan

📋 copy color: '#532819'

red 83 ◦ green 40 ◦ blue 25

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

Shades of Indian Tan #532819

Tints of Indian Tan #532819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.89%

R = 56.08%
G = 27.03%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#532819 (or 0x532819) is known color: Indian Tan. HEX triplet: 53, 28 and 19. RGB value is (83,40,25). Sum of RGB (Red+Green+Blue) = 83+40+25=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #532819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532819 is #ACD7E6. Grayscale: #333333. Windows color (decimal): -11327463 or 1648723. OLE color: 1648723.

HSL color Cylindrical-coordinate representation of color #532819: hue angle of 15.52º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532819 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 25 -
CMYK 0 0.52 0.70 0.67
HSL 15.52º 0.54% 0.21% -
HSV(B) 15.52º 0.7% 0.33% -
XYZ 4.5 3.43 1.34 -
YUV 51.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 83 40 25 0 0.52 0.70 0.67 15.52 0.54 0.21
Hex 53 28 19 0 34 46 43 10 36 15
Octal 123 50 31 0 64 106 103 20 66 25
Binary 1010011 101000 11001 0 110100 1000110 1000011 10000 110110 10101

Color Harmonies of #532819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532819

Black with #532819

Text Example


Text Example

White with #532819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532819; }

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

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

background-color css

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

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

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

border-color css

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

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

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