Html Css Color HEX #533125 Indian Tan

📋 copy color: '#533125'

red 83 ◦ green 49 ◦ blue 37

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

Shades of Indian Tan #533125

Tints of Indian Tan #533125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.89%

R = 49.11%
G = 28.99%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#533125 (or 0x533125) is known color: Indian Tan. HEX triplet: 53, 31 and 25. RGB value is (83,49,37). Sum of RGB (Red+Green+Blue) = 83+49+37=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 37 (14.84% from 255 or 21.89% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #533125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533125 is #ACCEDA. Grayscale: #393939. Windows color (decimal): -11325147 or 2437459. OLE color: 2437459.

HSL color Cylindrical-coordinate representation of color #533125: hue angle of 15.65º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533125 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 37 -
CMYK 0 0.41 0.55 0.67
HSL 15.65º 0.38% 0.24% -
HSV(B) 15.65º 0.55% 0.33% -
XYZ 5 4.17 2.29 -
YUV 57.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 83 49 37 0 0.41 0.55 0.67 15.65 0.38 0.24
Hex 53 31 25 0 29 37 43 10 26 18
Octal 123 61 45 0 51 67 103 20 46 30
Binary 1010011 110001 100101 0 101001 110111 1000011 10000 100110 11000

Color Harmonies of #533125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533125

Black with #533125

Text Example


Text Example

White with #533125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533125; }

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

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

background-color css

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

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

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

border-color css

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

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

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