#57311A

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

Shades of Brown Bramble #57311A

Tints of Brown Bramble #57311A

Color information

#57311A (or 0x57311A) is unknown color: approx Brown Bramble. HEX triplet: 57, 31 and 1A. RGB value is (87,49,26). Sum of RGB (Red+Green+Blue) = 87+49+26=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #57311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57311A is #A8CEE5. Grayscale: #393939. Windows color (decimal): -11063014 or 1716567. OLE color: 1716567.

HSL color Cylindrical-coordinate representation of color #57311A: hue angle of 22.62º 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 #57311A is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB874926-
CMYK00.440.700.66
HSL22.62º53.98%22.16%-
HSV(B)22.62º70.11%34.12%-
XYZ5.224.31.53-
YUV57.74110.09148.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=53.70%
G=30.25%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87492600.440.700.6622.6253.9822.16
Hex57311A02C4642173616
Octal1276132054106102276626
Binary1010111110001110100101100100011010000101011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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