#56381A

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

Shades of Brown Bramble #56381A

Tints of Brown Bramble #56381A

Color information

#56381A (or 0x56381A) is unknown color: approx Brown Bramble. HEX triplet: 56, 38 and 1A. RGB value is (86,56,26). Sum of RGB (Red+Green+Blue) = 86+56+26=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56381A is #A9C7E5. Grayscale: #3D3D3D. Windows color (decimal): -11126758 or 1718358. OLE color: 1718358.

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

Color convert

RGB865626-
CMYK00.350.700.66
HSL30º53.57%21.96%-
HSV(B)30º69.77%33.73%-
XYZ5.444.881.63-
YUV61.55107.94145.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 56 (22.27% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=51.19%
G=33.33%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86562600.350.700.663053.5721.96
Hex56381A02346421e3616
Octal1267032043106102366626
Binary1010110111000110100100011100011010000101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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