Html Css Color HEX #863032 Old Brick

📋 copy color: '#863032'

red 134 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #863032

Tints of Old Brick #863032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.55%

R = 57.76%
G = 20.69%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#863032 (or 0x863032) is known color: Old Brick. HEX triplet: 86, 30 and 32. RGB value is (134,48,50). Sum of RGB (Red+Green+Blue) = 134+48+50=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #863032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863032 is #79CFCD. Grayscale: #4A4A4A. Windows color (decimal): -7983054 or 3289222. OLE color: 3289222.

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

Color convert

RGB 134 48 50 -
CMYK 0 0.64 0.63 0.47
HSL 358.6º 0.47% 0.36% -
HSV(B) 358.6º 0.64% 0.53% -
XYZ 11.46 7.41 3.84 -
YUV 73.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 134 48 50 0 0.64 0.63 0.47 358.6 0.47 0.36
Hex 86 30 32 0 40 3F 2F 167 2F 24
Octal 206 60 62 0 100 77 57 547 57 44
Binary 10000110 110000 110010 0 1000000 111111 101111 101100111 101111 100100

Color Harmonies of #863032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863032

Black with #863032

Text Example


Text Example

White with #863032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863032; }

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

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

background-color css

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

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

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

border-color css

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

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

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