Html Css Color HEX #863839 Old Brick

📋 copy color: '#863839'

red 134 ◦ green 56 ◦ blue 57

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

Shades of Old Brick #863839

Tints of Old Brick #863839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.08%

R = 54.25%
G = 22.67%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#863839 (or 0x863839) is known color: Old Brick. HEX triplet: 86, 38 and 39. RGB value is (134,56,57). Sum of RGB (Red+Green+Blue) = 134+56+57=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #863839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863839 is #79C7C6. Grayscale: #4F4F4F. Windows color (decimal): -7980999 or 3750022. OLE color: 3750022.

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

Color convert

RGB 134 56 57 -
CMYK 0 0.58 0.57 0.47
HSL 359.23º 0.41% 0.37% -
HSV(B) 359.23º 0.58% 0.53% -
XYZ 11.98 8.19 4.82 -
YUV 79.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 134 56 57 0 0.58 0.57 0.47 359.23 0.41 0.37
Hex 86 38 39 0 3A 39 2F 167 29 25
Octal 206 70 71 0 72 71 57 547 51 45
Binary 10000110 111000 111001 0 111010 111001 101111 101100111 101001 100101

Color Harmonies of #863839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863839

Black with #863839

Text Example


Text Example

White with #863839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863839; }

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

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

background-color css

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

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

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

border-color css

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

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

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