#57301E

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

Shades of Brown Bramble #57301E

Tints of Brown Bramble #57301E

Color information

#57301E (or 0x57301E) is unknown color: approx Brown Bramble. HEX triplet: 57, 30 and 1E. RGB value is (87,48,30). Sum of RGB (Red+Green+Blue) = 87+48+30=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57301E is #A8CFE1. Grayscale: #393939. Windows color (decimal): -11063266 or 1978455. OLE color: 1978455.

HSL color Cylindrical-coordinate representation of color #57301E: hue angle of 18.95º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57301E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB874830-
CMYK00.450.660.66
HSL18.95º48.72%22.94%-
HSV(B)18.95º65.52%34.12%-
XYZ5.224.231.77-
YUV57.61112.42148.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=52.73%
G=29.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87483000.450.660.6618.9548.7222.94
Hex57301E02D4242133117
Octal1276036055102102236127
Binary1010111110000111100101101100001010000101001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57301E; }

 p { color: rgb(87,48,30); }

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

<style>
 a { background-color: #57301E; }

 a { background-color: rgb(87,48,30); }

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

<style>
 span { border-color: #57301E; }

 span { border-color: rgb(87,48,30); }

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