#533219

Color #533219 Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #533219

Tints of Brown Bramble #533219

Color information

#533219 (or 0x533219) is unknown color: approx Brown Bramble. HEX triplet: 53, 32 and 19. RGB value is (83,50,25). Sum of RGB (Red+Green+Blue) = 83+50+25=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #533219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533219 is #ACCDE6. Grayscale: #393939. Windows color (decimal): -11324903 or 1651283. OLE color: 1651283.

HSL color Cylindrical-coordinate representation of color #533219: hue angle of 25.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533219 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB835025-
CMYK00.400.700.67
HSL25.86º53.7%21.18%-
HSV(B)25.86º69.88%32.55%-
XYZ4.884.191.47-
YUV57.02109.93146.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=52.53%
G=31.65%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83502500.400.700.6725.8653.721.18
Hex53321902846431a3615
Octal1236231050106103326625
Binary1010011110010110010101000100011010000111101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533219; }

 p { color: rgb(83,50,25); }

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

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

 a { background-color: rgb(83,50,25); }

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

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

 span { border-color: rgb(83,50,25); }

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