Html Css Color HEX #56311B Brown Bramble

📋 copy color: '#56311B'

red 86 ◦ green 49 ◦ blue 27

#56311B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #56311B

Tints of Brown Bramble #56311B

RGB

 RED value IS 86 (33.98% from 255) = 53.09%

 GREEN value IS 49 (19.53% from 255) = 30.25%

 BLUE value IS 27 (10.94% from 255) = 16.67%

R = 53.09%
G = 30.25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56311B (or 0x56311B) is known color: Brown Bramble. HEX triplet: 56, 31 and 1B. RGB value is (86,49,27). Sum of RGB (Red+Green+Blue) = 86+49+27=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56311B is #A9CEE4. Grayscale: #393939. Windows color (decimal): -11128549 or 1782102. OLE color: 1782102.

HSL color Cylindrical-coordinate representation of color #56311B: hue angle of 22.37º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56311B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 49 27 -
CMYK 0 0.43 0.69 0.66
HSL 22.37º 0.52% 0.22% -
HSV(B) 22.37º 0.69% 0.34% -
XYZ 5.13 4.25 1.59 -
YUV 57.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 86 49 27 0 0.43 0.69 0.66 22.37 0.52 0.22
Hex 56 31 1B 0 2B 45 42 16 34 16
Octal 126 61 33 0 53 105 102 26 64 26
Binary 1010110 110001 11011 0 101011 1000101 1000010 10110 110100 10110

Color Harmonies of #56311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56311B

Black with #56311B

Text Example


Text Example

White with #56311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56311B; }

 p { color: rgb(86,49,27); }

 H1.HeaderClassName
 {
   color: #56311B;
 }
 .AnyTagClassName
 {
   color: #56311B;
 }
</style>

background-color css

<style>
 a { background-color: #56311B; }

 a { background-color: rgb(86,49,27); }

 div.DivClassName
 {
   background-color: #56311B;
 }
 .BgClassName
 {
   background-color: #56311B;
 }
</style>

border-color css

<style>
 span { border-color: #56311B; }

 span { border-color: rgb(86,49,27); }

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