Html Css Color HEX #532816 Indian Tan

📋 copy color: '#532816'

red 83 ◦ green 40 ◦ blue 22

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

Shades of Indian Tan #532816

Tints of Indian Tan #532816

RGB

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

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

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

R = 57.24%
G = 27.59%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#532816 (or 0x532816) is known color: Indian Tan. HEX triplet: 53, 28 and 16. RGB value is (83,40,22). Sum of RGB (Red+Green+Blue) = 83+40+22=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #532816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532816 is #ACD7E9. Grayscale: #323232. Windows color (decimal): -11327466 or 1452115. OLE color: 1452115.

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

Color convert

RGB 83 40 22 -
CMYK 0 0.52 0.73 0.67
HSL 17.7º 0.58% 0.21% -
HSV(B) 17.7º 0.73% 0.33% -
XYZ 4.47 3.41 1.18 -
YUV 50.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 83 40 22 0 0.52 0.73 0.67 17.7 0.58 0.21
Hex 53 28 16 0 34 49 43 12 3A 15
Octal 123 50 26 0 64 111 103 22 72 25
Binary 1010011 101000 10110 0 110100 1001001 1000011 10010 111010 10101

Color Harmonies of #532816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532816

Black with #532816

Text Example


Text Example

White with #532816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532816; }

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

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

background-color css

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

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

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

border-color css

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

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

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