#53371C

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

Shades of Brown Bramble #53371C

Tints of Brown Bramble #53371C

Color information

#53371C (or 0x53371C) is unknown color: approx Brown Bramble. HEX triplet: 53, 37 and 1C. RGB value is (83,55,28). Sum of RGB (Red+Green+Blue) = 83+55+28=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53371C is #ACC8E3. Grayscale: #3C3C3C. Windows color (decimal): -11323620 or 1849171. OLE color: 1849171.

HSL color Cylindrical-coordinate representation of color #53371C: hue angle of 29.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53371C is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB835528-
CMYK00.340.660.67
HSL29.45º49.55%21.76%-
HSV(B)29.45º66.27%32.55%-
XYZ5.144.661.73-
YUV60.29109.78144.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=50%
G=33.13%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83552800.340.660.6729.4549.5521.76
Hex53371C02242431d3216
Octal1236734042102103356226
Binary1010011110111111000100010100001010000111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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