#53391B

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

Shades of Brown Bramble #53391B

Tints of Brown Bramble #53391B

Color information

#53391B (or 0x53391B) is unknown color: approx Brown Bramble. HEX triplet: 53, 39 and 1B. RGB value is (83,57,27). Sum of RGB (Red+Green+Blue) = 83+57+27=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53391B is #ACC6E4. Grayscale: #3D3D3D. Windows color (decimal): -11323109 or 1784147. OLE color: 1784147.

HSL color Cylindrical-coordinate representation of color #53391B: hue angle of 32.14º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53391B is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB835727-
CMYK00.310.670.67
HSL32.14º50.91%21.57%-
HSV(B)32.14º67.47%32.55%-
XYZ5.234.841.7-
YUV61.35108.61143.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=49.70%
G=34.13%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83572700.310.670.6732.1450.9121.57
Hex53391B01F4343203316
Octal1237133037103103406326
Binary1010011111001110110111111000011100001110000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53391B; }

 p { color: rgb(83,57,27); }

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

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

 a { background-color: rgb(83,57,27); }

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

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

 span { border-color: rgb(83,57,27); }

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