Html Css Color HEX #56341F Brown Bramble

📋 copy color: '#56341F'

red 86 ◦ green 52 ◦ blue 31

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

Shades of Brown Bramble #56341F

Tints of Brown Bramble #56341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 50.89%
G = 30.77%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56341F (or 0x56341F) is known color: Brown Bramble. HEX triplet: 56, 34 and 1F. RGB value is (86,52,31). Sum of RGB (Red+Green+Blue) = 86+52+31=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #56341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56341F is #A9CBE0. Grayscale: #3B3B3B. Windows color (decimal): -11127777 or 2045014. OLE color: 2045014.

HSL color Cylindrical-coordinate representation of color #56341F: hue angle of 22.91º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56341F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 52 31 -
CMYK 0 0.40 0.64 0.66
HSL 22.91º 0.47% 0.23% -
HSV(B) 22.91º 0.64% 0.34% -
XYZ 5.31 4.53 1.89 -
YUV 59.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 86 52 31 0 0.40 0.64 0.66 22.91 0.47 0.23
Hex 56 34 1F 0 28 40 42 17 2F 17
Octal 126 64 37 0 50 100 102 27 57 27
Binary 1010110 110100 11111 0 101000 1000000 1000010 10111 101111 10111

Color Harmonies of #56341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56341F

Black with #56341F

Text Example


Text Example

White with #56341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56341F; }

 p { color: rgb(86,52,31); }

 H1.HeaderClassName
 {
   color: #56341F;
 }
 .AnyTagClassName
 {
   color: #56341F;
 }
</style>

background-color css

<style>
 a { background-color: #56341F; }

 a { background-color: rgb(86,52,31); }

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

border-color css

<style>
 span { border-color: #56341F; }

 span { border-color: rgb(86,52,31); }

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