#533119

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

Shades of Brown Bramble #533119

Tints of Brown Bramble #533119

Color information

#533119 (or 0x533119) is unknown color: approx Brown Bramble. HEX triplet: 53, 31 and 19. RGB value is (83,49,25). Sum of RGB (Red+Green+Blue) = 83+49+25=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533119 is #ACCEE6. Grayscale: #383838. Windows color (decimal): -11325159 or 1651027. OLE color: 1651027.

HSL color Cylindrical-coordinate representation of color #533119: hue angle of 24.83º 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 #533119 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB834925-
CMYK00.410.700.67
HSL24.83º53.7%21.18%-
HSV(B)24.83º69.88%32.55%-
XYZ4.844.111.46-
YUV56.43110.26146.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=52.87%
G=31.21%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83492500.410.700.6724.8353.721.18
Hex5331190294643193615
Octal1236131051106103316625
Binary1010011110001110010101001100011010000111100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533119; }

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

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

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

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

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

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

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

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