#53371F

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

Shades of Brown Bramble #53371F

Tints of Brown Bramble #53371F

Color information

#53371F (or 0x53371F) is unknown color: approx Brown Bramble. HEX triplet: 53, 37 and 1F. RGB value is (83,55,31). Sum of RGB (Red+Green+Blue) = 83+55+31=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371F is #ACC8E0. Grayscale: #3C3C3C. Windows color (decimal): -11323617 or 2045779. OLE color: 2045779.

HSL color Cylindrical-coordinate representation of color #53371F: hue angle of 27.69º 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 #53371F is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB835531-
CMYK00.340.630.67
HSL27.69º45.61%22.35%-
HSV(B)27.69º62.65%32.55%-
XYZ5.184.671.92-
YUV60.64111.28143.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.11%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=49.11%
G=32.54%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83553100.340.630.6727.6945.6122.35
Hex53371F0223F431c2e16
Octal123673704277103345626
Binary101001111011111111010001011111110000111110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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