#56301A

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

Shades of Brown Bramble #56301A

Tints of Brown Bramble #56301A

Color information

#56301A (or 0x56301A) is unknown color: approx Brown Bramble. HEX triplet: 56, 30 and 1A. RGB value is (86,48,26). Sum of RGB (Red+Green+Blue) = 86+48+26=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #56301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56301A is #A9CFE5. Grayscale: #383838. Windows color (decimal): -11128806 or 1716310. OLE color: 1716310.

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

Color convert

RGB864826-
CMYK00.440.700.66
HSL22º53.57%21.96%-
HSV(B)22º69.77%33.73%-
XYZ5.084.171.51-
YUV56.85110.59148.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=53.75%
G=30%
B=16.25%

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
Decimal86482600.440.700.662253.5721.96
Hex56301A02C4642163616
Octal1266032054106102266626
Binary1010110110000110100101100100011010000101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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