Html Css Color HEX #56381F Brown Bramble

📋 copy color: '#56381F'

red 86 ◦ green 56 ◦ blue 31

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

Shades of Brown Bramble #56381F

Tints of Brown Bramble #56381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 49.71%
G = 32.37%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56381F (or 0x56381F) is known color: Brown Bramble. HEX triplet: 56, 38 and 1F. RGB value is (86,56,31). Sum of RGB (Red+Green+Blue) = 86+56+31=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #56381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56381F is #A9C7E0. Grayscale: #3E3E3E. Windows color (decimal): -11126753 or 2046038. OLE color: 2046038.

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

Color convert

RGB 86 56 31 -
CMYK 0 0.35 0.64 0.66
HSL 27.27º 0.47% 0.23% -
HSV(B) 27.27º 0.64% 0.34% -
XYZ 5.5 4.91 1.95 -
YUV 62.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 86 56 31 0 0.35 0.64 0.66 27.27 0.47 0.23
Hex 56 38 1F 0 23 40 42 1B 2F 17
Octal 126 70 37 0 43 100 102 33 57 27
Binary 1010110 111000 11111 0 100011 1000000 1000010 11011 101111 10111

Color Harmonies of #56381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56381F

Black with #56381F

Text Example


Text Example

White with #56381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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