#57301D

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

Shades of Brown Bramble #57301D

Tints of Brown Bramble #57301D

Color information

#57301D (or 0x57301D) is unknown color: approx Brown Bramble. HEX triplet: 57, 30 and 1D. RGB value is (87,48,29). Sum of RGB (Red+Green+Blue) = 87+48+29=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57301D is #A8CFE2. Grayscale: #393939. Windows color (decimal): -11063267 or 1912919. OLE color: 1912919.

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

Color convert

RGB874829-
CMYK00.450.670.66
HSL19.66º50%22.75%-
HSV(B)19.66º66.67%34.12%-
XYZ5.214.231.7-
YUV57.49111.92149.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=53.05%
G=29.27%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87482900.450.670.6619.665022.75
Hex57301D02D4342143217
Octal1276035055103102246227
Binary1010111110000111010101101100001110000101010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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