#57301A

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

Shades of Brown Bramble #57301A

Tints of Brown Bramble #57301A

Color information

#57301A (or 0x57301A) is unknown color: approx Brown Bramble. HEX triplet: 57, 30 and 1A. RGB value is (87,48,26). Sum of RGB (Red+Green+Blue) = 87+48+26=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #57301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57301A is #A8CFE5. Grayscale: #393939. Windows color (decimal): -11063270 or 1716311. OLE color: 1716311.

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

Color convert

RGB874826-
CMYK00.450.700.66
HSL21.64º53.98%22.16%-
HSV(B)21.64º70.11%34.12%-
XYZ5.174.211.52-
YUV57.15110.42149.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=54.04%
G=29.81%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87482600.450.700.6621.6453.9822.16
Hex57301A02D4642163616
Octal1276032055106102266626
Binary1010111110000110100101101100011010000101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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