Html Css Color HEX #863138 Old Brick

📋 copy color: '#863138'

red 134 ◦ green 49 ◦ blue 56

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

Shades of Old Brick #863138

Tints of Old Brick #863138

RGB

 RED value IS 134 (52.73% from 255) = 56.07%

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 56.07%
G = 20.5%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#863138 (or 0x863138) is known color: Old Brick. HEX triplet: 86, 31 and 38. RGB value is (134,49,56). Sum of RGB (Red+Green+Blue) = 134+49+56=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #863138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863138 is #79CEC7. Grayscale: #4B4B4B. Windows color (decimal): -7982792 or 3682694. OLE color: 3682694.

HSL color Cylindrical-coordinate representation of color #863138: hue angle of 355.06º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863138 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 56 -
CMYK 0 0.63 0.58 0.47
HSL 355.06º 0.46% 0.36% -
HSV(B) 355.06º 0.63% 0.53% -
XYZ 11.64 7.55 4.59 -
YUV 75.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 134 49 56 0 0.63 0.58 0.47 355.06 0.46 0.36
Hex 86 31 38 0 3F 3A 2F 163 2E 24
Octal 206 61 70 0 77 72 57 543 56 44
Binary 10000110 110001 111000 0 111111 111010 101111 101100011 101110 100100

Color Harmonies of #863138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863138

Black with #863138

Text Example


Text Example

White with #863138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863138; }

 p { color: rgb(134,49,56); }

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

background-color css

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

 a { background-color: rgb(134,49,56); }

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

border-color css

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

 span { border-color: rgb(134,49,56); }

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