#533A20

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

Shades of Brown Bramble #533A20

Tints of Brown Bramble #533A20

Color information

#533A20 (or 0x533A20) is unknown color: approx Brown Bramble. HEX triplet: 53, 3A and 20. RGB value is (83,58,32). Sum of RGB (Red+Green+Blue) = 83+58+32=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #533A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A20 is #ACC5DF. Grayscale: #3E3E3E. Windows color (decimal): -11322848 or 2112083. OLE color: 2112083.

HSL color Cylindrical-coordinate representation of color #533A20: hue angle of 30.59º 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 #533A20 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB835832-
CMYK00.300.610.67
HSL30.59º44.35%22.55%-
HSV(B)30.59º61.45%32.55%-
XYZ5.344.972.04-
YUV62.51110.78142.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.98%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 32 (12.89% from 255) = 18.50%
R=47.98%
G=33.53%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83583200.300.610.6730.5944.3522.55
Hex533A2001E3D431f2c17
Octal123724003675103375427
Binary101001111101010000001111011110110000111111110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A20; }

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

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

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

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

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

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

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

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