#53351B

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

Shades of Brown Bramble #53351B

Tints of Brown Bramble #53351B

Color information

#53351B (or 0x53351B) is unknown color: approx Brown Bramble. HEX triplet: 53, 35 and 1B. RGB value is (83,53,27). Sum of RGB (Red+Green+Blue) = 83+53+27=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53351B is #ACCAE4. Grayscale: #3B3B3B. Windows color (decimal): -11324133 or 1783123. OLE color: 1783123.

HSL color Cylindrical-coordinate representation of color #53351B: hue angle of 27.86º 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 #53351B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB835327-
CMYK00.360.670.67
HSL27.86º50.91%21.57%-
HSV(B)27.86º67.47%32.55%-
XYZ5.044.461.63-
YUV59.01109.94145.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=50.92%
G=32.52%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83532700.360.670.6727.8650.9121.57
Hex53351B02443431c3316
Octal1236533044103103346326
Binary1010011110101110110100100100001110000111110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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