Html Css Color HEX #863336 Old Brick

📋 copy color: '#863336'

red 134 ◦ green 51 ◦ blue 54

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

Shades of Old Brick #863336

Tints of Old Brick #863336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 56.07%
G = 21.34%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#863336 (or 0x863336) is known color: Old Brick. HEX triplet: 86, 33 and 36. RGB value is (134,51,54). Sum of RGB (Red+Green+Blue) = 134+51+54=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #863336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863336 is #79CCC9. Grayscale: #4C4C4C. Windows color (decimal): -7982282 or 3552134. OLE color: 3552134.

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

Color convert

RGB 134 51 54 -
CMYK 0 0.62 0.60 0.47
HSL 357.83º 0.45% 0.36% -
HSV(B) 357.83º 0.62% 0.53% -
XYZ 11.68 7.7 4.36 -
YUV 76.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 134 51 54 0 0.62 0.60 0.47 357.83 0.45 0.36
Hex 86 33 36 0 3E 3C 2F 166 2D 24
Octal 206 63 66 0 76 74 57 546 55 44
Binary 10000110 110011 110110 0 111110 111100 101111 101100110 101101 100100

Color Harmonies of #863336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863336

Black with #863336

Text Example


Text Example

White with #863336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863336; }

 p { color: rgb(134,51,54); }

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

background-color css

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

 a { background-color: rgb(134,51,54); }

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

border-color css

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

 span { border-color: rgb(134,51,54); }

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