#56381E

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

Shades of Brown Bramble #56381E

Tints of Brown Bramble #56381E

Color information

#56381E (or 0x56381E) is unknown color: approx Brown Bramble. HEX triplet: 56, 38 and 1E. RGB value is (86,56,30). Sum of RGB (Red+Green+Blue) = 86+56+30=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56381E is #A9C7E1. Grayscale: #3E3E3E. Windows color (decimal): -11126754 or 1980502. OLE color: 1980502.

HSL color Cylindrical-coordinate representation of color #56381E: hue angle of 27.86º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56381E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB865630-
CMYK00.350.650.66
HSL27.86º48.28%22.75%-
HSV(B)27.86º65.12%33.73%-
XYZ5.494.91.89-
YUV62.01109.94145.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=50%
G=32.56%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86563000.350.650.6627.8648.2822.75
Hex56381E02341421c3017
Octal1267036043101102346027
Binary1010110111000111100100011100000110000101110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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