Html Css Color HEX #863035 Old Brick

📋 copy color: '#863035'

red 134 ◦ green 48 ◦ blue 53

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

Shades of Old Brick #863035

Tints of Old Brick #863035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 57.02%
G = 20.43%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#863035 (or 0x863035) is known color: Old Brick. HEX triplet: 86, 30 and 35. RGB value is (134,48,53). Sum of RGB (Red+Green+Blue) = 134+48+53=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #863035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863035 is #79CFCA. Grayscale: #4A4A4A. Windows color (decimal): -7983051 or 3485830. OLE color: 3485830.

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

Color convert

RGB 134 48 53 -
CMYK 0 0.64 0.60 0.47
HSL 356.51º 0.47% 0.36% -
HSV(B) 356.51º 0.64% 0.53% -
XYZ 11.53 7.44 4.2 -
YUV 74.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 134 48 53 0 0.64 0.60 0.47 356.51 0.47 0.36
Hex 86 30 35 0 40 3C 2F 165 2F 24
Octal 206 60 65 0 100 74 57 545 57 44
Binary 10000110 110000 110101 0 1000000 111100 101111 101100101 101111 100100

Color Harmonies of #863035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863035

Black with #863035

Text Example


Text Example

White with #863035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863035; }

 p { color: rgb(134,48,53); }

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

background-color css

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

 a { background-color: rgb(134,48,53); }

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

border-color css

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

 span { border-color: rgb(134,48,53); }

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