#53321F

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

Shades of Brown Bramble #53321F

Tints of Brown Bramble #53321F

Color information

#53321F (or 0x53321F) is unknown color: approx Brown Bramble. HEX triplet: 53, 32 and 1F. RGB value is (83,50,31). Sum of RGB (Red+Green+Blue) = 83+50+31=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 31 (12.5% from 255 or 18.90% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53321F is #ACCDE0. Grayscale: #393939. Windows color (decimal): -11324897 or 2044499. OLE color: 2044499.

HSL color Cylindrical-coordinate representation of color #53321F: hue angle of 21.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53321F is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB835031-
CMYK00.400.630.67
HSL21.92º45.61%22.35%-
HSV(B)21.92º62.65%32.55%-
XYZ4.964.221.85-
YUV57.7112.93146.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 31 (12.5% from 255) = 18.90%
R=50.61%
G=30.49%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83503100.400.630.6721.9245.6122.35
Hex53321F0283F43162e16
Octal123623705077103265626
Binary101001111001011111010100011111110000111011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53321F; }

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

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

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

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

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

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

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

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