Html Css Color HEX #533020 Indian Tan

📋 copy color: '#533020'

red 83 ◦ green 48 ◦ blue 32

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

Shades of Indian Tan #533020

Tints of Indian Tan #533020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.45%

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 50.92%
G = 29.45%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#533020 (or 0x533020) is known color: Indian Tan. HEX triplet: 53, 30 and 20. RGB value is (83,48,32). Sum of RGB (Red+Green+Blue) = 83+48+32=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #533020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533020 is #ACCFDF. Grayscale: #383838. Windows color (decimal): -11325408 or 2109523. OLE color: 2109523.

HSL color Cylindrical-coordinate representation of color #533020: hue angle of 18.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533020 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 48 32 -
CMYK 0 0.42 0.61 0.67
HSL 18.82º 0.44% 0.23% -
HSV(B) 18.82º 0.61% 0.33% -
XYZ 4.88 4.06 1.89 -
YUV 56.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 83 48 32 0 0.42 0.61 0.67 18.82 0.44 0.23
Hex 53 30 20 0 2A 3D 43 13 2C 17
Octal 123 60 40 0 52 75 103 23 54 27
Binary 1010011 110000 100000 0 101010 111101 1000011 10011 101100 10111

Color Harmonies of #533020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533020

Black with #533020

Text Example


Text Example

White with #533020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533020; }

 p { color: rgb(83,48,32); }

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

background-color css

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

 a { background-color: rgb(83,48,32); }

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

border-color css

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

 span { border-color: rgb(83,48,32); }

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