Html Css Color HEX #863033 Old Brick

📋 copy color: '#863033'

red 134 ◦ green 48 ◦ blue 51

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

Shades of Old Brick #863033

Tints of Old Brick #863033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 57.51%
G = 20.6%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863033 (or 0x863033) is known color: Old Brick. HEX triplet: 86, 30 and 33. RGB value is (134,48,51). Sum of RGB (Red+Green+Blue) = 134+48+51=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #863033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863033 is #79CFCC. Grayscale: #4A4A4A. Windows color (decimal): -7983053 or 3354758. OLE color: 3354758.

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

Color convert

RGB 134 48 51 -
CMYK 0 0.64 0.62 0.47
HSL 357.91º 0.47% 0.36% -
HSV(B) 357.91º 0.64% 0.53% -
XYZ 11.49 7.42 3.96 -
YUV 74.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 134 48 51 0 0.64 0.62 0.47 357.91 0.47 0.36
Hex 86 30 33 0 40 3E 2F 166 2F 24
Octal 206 60 63 0 100 76 57 546 57 44
Binary 10000110 110000 110011 0 1000000 111110 101111 101100110 101111 100100

Color Harmonies of #863033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863033

Black with #863033

Text Example


Text Example

White with #863033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863033; }

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

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

background-color css

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

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

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

border-color css

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

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

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