Html Css Color HEX #533121 Indian Tan

📋 copy color: '#533121'

red 83 ◦ green 49 ◦ blue 33

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

Shades of Indian Tan #533121

Tints of Indian Tan #533121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.7%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 50.3%
G = 29.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#533121 (or 0x533121) is known color: Indian Tan. HEX triplet: 53, 31 and 21. RGB value is (83,49,33). Sum of RGB (Red+Green+Blue) = 83+49+33=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #533121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533121 is #ACCEDE. Grayscale: #393939. Windows color (decimal): -11325151 or 2175315. OLE color: 2175315.

HSL color Cylindrical-coordinate representation of color #533121: hue angle of 19.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #533121 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 33 -
CMYK 0 0.41 0.60 0.67
HSL 19.2º 0.43% 0.23% -
HSV(B) 19.2º 0.6% 0.33% -
XYZ 4.94 4.15 1.98 -
YUV 57.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 83 49 33 0 0.41 0.60 0.67 19.2 0.43 0.23
Hex 53 31 21 0 29 3C 43 13 2B 17
Octal 123 61 41 0 51 74 103 23 53 27
Binary 1010011 110001 100001 0 101001 111100 1000011 10011 101011 10111

Color Harmonies of #533121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533121

Black with #533121

Text Example


Text Example

White with #533121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533121; }

 p { color: rgb(83,49,33); }

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

background-color css

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

 a { background-color: rgb(83,49,33); }

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

border-color css

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

 span { border-color: rgb(83,49,33); }

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