#533B20

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

Shades of Brown Bramble #533B20

Tints of Brown Bramble #533B20

Color information

#533B20 (or 0x533B20) is unknown color: approx Brown Bramble. HEX triplet: 53, 3B and 20. RGB value is (83,59,32). Sum of RGB (Red+Green+Blue) = 83+59+32=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #533B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B20 is #ACC4DF. Grayscale: #3F3F3F. Windows color (decimal): -11322592 or 2112339. OLE color: 2112339.

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

Color convert

RGB835932-
CMYK00.290.610.67
HSL31.76º44.35%22.55%-
HSV(B)31.76º61.45%32.55%-
XYZ5.395.072.06-
YUV63.1110.45142.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=47.70%
G=33.91%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83593200.290.610.6731.7644.3522.55
Hex533B2001D3D43202c17
Octal123734003575103405427
Binary1010011111011100000011101111101100001110000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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