Html Css Color HEX #56361F Brown Bramble

📋 copy color: '#56361F'

red 86 ◦ green 54 ◦ blue 31

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

Shades of Brown Bramble #56361F

Tints of Brown Bramble #56361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.58%

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

R = 50.29%
G = 31.58%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56361F (or 0x56361F) is known color: Brown Bramble. HEX triplet: 56, 36 and 1F. RGB value is (86,54,31). Sum of RGB (Red+Green+Blue) = 86+54+31=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56361F is #A9C9E0. Grayscale: #3D3D3D. Windows color (decimal): -11127265 or 2045526. OLE color: 2045526.

HSL color Cylindrical-coordinate representation of color #56361F: hue angle of 25.09º 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 #56361F is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 54 31 -
CMYK 0 0.37 0.64 0.66
HSL 25.09º 0.47% 0.23% -
HSV(B) 25.09º 0.64% 0.34% -
XYZ 5.4 4.72 1.92 -
YUV 60.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 86 54 31 0 0.37 0.64 0.66 25.09 0.47 0.23
Hex 56 36 1F 0 25 40 42 19 2F 17
Octal 126 66 37 0 45 100 102 31 57 27
Binary 1010110 110110 11111 0 100101 1000000 1000010 11001 101111 10111

Color Harmonies of #56361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56361F

Black with #56361F

Text Example


Text Example

White with #56361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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