#533126

Color #533126 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #533126

Tints of Indian Tan #533126

Color information

#533126 (or 0x533126) is unknown color: approx Indian Tan. HEX triplet: 53, 31 and 26. RGB value is (83,49,38). Sum of RGB (Red+Green+Blue) = 83+49+38=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #533126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533126 is #ACCED9. Grayscale: #393939. Windows color (decimal): -11325146 or 2502995. OLE color: 2502995.

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

Color convert

RGB834938-
CMYK00.410.540.67
HSL14.67º37.19%23.73%-
HSV(B)14.67º54.22%32.55%-
XYZ5.024.182.38-
YUV57.91116.76145.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 49 (19.53% from 255) = 28.82%
BLUE value IS 38 (15.23% from 255) = 22.35%
R=48.82%
G=28.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83493800.410.540.6714.6737.1923.73
Hex5331260293643f2518
Octal123614605166103174530
Binary101001111000110011001010011101101000011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533126; }

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

 H1.HeaderClassName
 {
   color: #533126;
 }
 .AnyTagClassName
 {
   color: #533126;
 }
</style>
background-color css

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

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

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

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

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

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