Html Css Color HEX #56361A Brown Bramble

📋 copy color: '#56361A'

red 86 ◦ green 54 ◦ blue 26

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

Shades of Brown Bramble #56361A

Tints of Brown Bramble #56361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 51.81%
G = 32.53%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56361A (or 0x56361A) is known color: Brown Bramble. HEX triplet: 56, 36 and 1A. RGB value is (86,54,26). Sum of RGB (Red+Green+Blue) = 86+54+26=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56361A is #A9C9E5. Grayscale: #3C3C3C. Windows color (decimal): -11127270 or 1717846. OLE color: 1717846.

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

Color convert

RGB 86 54 26 -
CMYK 0 0.37 0.70 0.66
HSL 28º 0.54% 0.22% -
HSV(B) 28º 0.7% 0.34% -
XYZ 5.34 4.69 1.6 -
YUV 60.38 108.6 146.28 -
System Red Green Blue C M Y K H S L
Decimal 86 54 26 0 0.37 0.70 0.66 28 0.54 0.22
Hex 56 36 1A 0 25 46 42 1C 36 16
Octal 126 66 32 0 45 106 102 34 66 26
Binary 1010110 110110 11010 0 100101 1000110 1000010 11100 110110 10110

Color Harmonies of #56361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56361A

Black with #56361A

Text Example


Text Example

White with #56361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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