Html Css Color HEX #863334 Old Brick

📋 copy color: '#863334'

red 134 ◦ green 51 ◦ blue 52

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

Shades of Old Brick #863334

Tints of Old Brick #863334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 56.54%
G = 21.52%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#863334 (or 0x863334) is known color: Old Brick. HEX triplet: 86, 33 and 34. RGB value is (134,51,52). Sum of RGB (Red+Green+Blue) = 134+51+52=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #863334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863334 is #79CCCB. Grayscale: #4C4C4C. Windows color (decimal): -7982284 or 3421062. OLE color: 3421062.

HSL color Cylindrical-coordinate representation of color #863334: hue angle of 359.28º 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 #863334 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 52 -
CMYK 0 0.62 0.61 0.47
HSL 359.28º 0.45% 0.36% -
HSV(B) 359.28º 0.62% 0.53% -
XYZ 11.64 7.68 4.12 -
YUV 75.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 134 51 52 0 0.62 0.61 0.47 359.28 0.45 0.36
Hex 86 33 34 0 3E 3D 2F 167 2D 24
Octal 206 63 64 0 76 75 57 547 55 44
Binary 10000110 110011 110100 0 111110 111101 101111 101100111 101101 100100

Color Harmonies of #863334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863334

Black with #863334

Text Example


Text Example

White with #863334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863334; }

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

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

background-color css

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

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

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

border-color css

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

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

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