#56391A

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

Shades of Brown Bramble #56391A

Tints of Brown Bramble #56391A

Color information

#56391A (or 0x56391A) is unknown color: approx Brown Bramble. HEX triplet: 56, 39 and 1A. RGB value is (86,57,26). Sum of RGB (Red+Green+Blue) = 86+57+26=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #56391A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56391A is #A9C6E5. Grayscale: #3E3E3E. Windows color (decimal): -11126502 or 1718614. OLE color: 1718614.

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

Color convert

RGB865726-
CMYK00.340.700.66
HSL31º53.57%21.96%-
HSV(B)31º69.77%33.73%-
XYZ5.494.981.65-
YUV62.14107.61145.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.89%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=50.89%
G=33.73%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86572600.340.700.663153.5721.96
Hex56391A02246421f3616
Octal1267132042106102376626
Binary1010110111001110100100010100011010000101111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,57,26); }

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

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

 a { background-color: rgb(86,57,26); }

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

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

 span { border-color: rgb(86,57,26); }

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