Html Css Color HEX #863437 Old Brick

📋 copy color: '#863437'

red 134 ◦ green 52 ◦ blue 55

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

Shades of Old Brick #863437

Tints of Old Brick #863437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 55 (21.88% from 255) = 22.82%

R = 55.6%
G = 21.58%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#863437 (or 0x863437) is known color: Old Brick. HEX triplet: 86, 34 and 37. RGB value is (134,52,55). Sum of RGB (Red+Green+Blue) = 134+52+55=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863437 is #79CBC8. Grayscale: #4C4C4C. Windows color (decimal): -7982025 or 3617926. OLE color: 3617926.

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

Color convert

RGB 134 52 55 -
CMYK 0 0.61 0.59 0.47
HSL 357.8º 0.44% 0.36% -
HSV(B) 357.8º 0.61% 0.53% -
XYZ 11.75 7.8 4.5 -
YUV 76.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 134 52 55 0 0.61 0.59 0.47 357.8 0.44 0.36
Hex 86 34 37 0 3D 3B 2F 166 2C 24
Octal 206 64 67 0 75 73 57 546 54 44
Binary 10000110 110100 110111 0 111101 111011 101111 101100110 101100 100100

Color Harmonies of #863437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863437

Black with #863437

Text Example


Text Example

White with #863437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863437; }

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

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

background-color css

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

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

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

border-color css

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

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

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