Html Css Color HEX #863738 Old Brick

📋 copy color: '#863738'

red 134 ◦ green 55 ◦ blue 56

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

Shades of Old Brick #863738

Tints of Old Brick #863738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 54.69%
G = 22.45%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#863738 (or 0x863738) is known color: Old Brick. HEX triplet: 86, 37 and 38. RGB value is (134,55,56). Sum of RGB (Red+Green+Blue) = 134+55+56=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #863738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863738 is #79C8C7. Grayscale: #4E4E4E. Windows color (decimal): -7981256 or 3684230. OLE color: 3684230.

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

Color convert

RGB 134 55 56 -
CMYK 0 0.59 0.58 0.47
HSL 359.24º 0.42% 0.37% -
HSV(B) 359.24º 0.59% 0.53% -
XYZ 11.91 8.09 4.67 -
YUV 78.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 134 55 56 0 0.59 0.58 0.47 359.24 0.42 0.37
Hex 86 37 38 0 3B 3A 2F 167 2A 25
Octal 206 67 70 0 73 72 57 547 52 45
Binary 10000110 110111 111000 0 111011 111010 101111 101100111 101010 100101

Color Harmonies of #863738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863738

Black with #863738

Text Example


Text Example

White with #863738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863738; }

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

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

background-color css

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

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

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

border-color css

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

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

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