Html Css Color HEX #56381A Brown Bramble

📋 copy color: '#56381A'

red 86 ◦ green 56 ◦ blue 26

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

Shades of Brown Bramble #56381A

Tints of Brown Bramble #56381A

RGB

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

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

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

R = 51.19%
G = 33.33%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#56381A (or 0x56381A) is known color: Brown Bramble. HEX triplet: 56, 38 and 1A. RGB value is (86,56,26). Sum of RGB (Red+Green+Blue) = 86+56+26=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56381A is #A9C7E5. Grayscale: #3D3D3D. Windows color (decimal): -11126758 or 1718358. OLE color: 1718358.

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

Color convert

RGB 86 56 26 -
CMYK 0 0.35 0.70 0.66
HSL 30º 0.54% 0.22% -
HSV(B) 30º 0.7% 0.34% -
XYZ 5.44 4.88 1.63 -
YUV 61.55 107.94 145.44 -
System Red Green Blue C M Y K H S L
Decimal 86 56 26 0 0.35 0.70 0.66 30 0.54 0.22
Hex 56 38 1A 0 23 46 42 1E 36 16
Octal 126 70 32 0 43 106 102 36 66 26
Binary 1010110 111000 11010 0 100011 1000110 1000010 11110 110110 10110

Color Harmonies of #56381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56381A

Black with #56381A

Text Example


Text Example

White with #56381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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