Html Css Color HEX #863233 Old Brick

📋 copy color: '#863233'

red 134 ◦ green 50 ◦ blue 51

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

Shades of Old Brick #863233

Tints of Old Brick #863233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 57.02%
G = 21.28%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#863233 (or 0x863233) is known color: Old Brick. HEX triplet: 86, 32 and 33. RGB value is (134,50,51). Sum of RGB (Red+Green+Blue) = 134+50+51=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #863233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863233 is #79CDCC. Grayscale: #4B4B4B. Windows color (decimal): -7982541 or 3355270. OLE color: 3355270.

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

Color convert

RGB 134 50 51 -
CMYK 0 0.63 0.62 0.47
HSL 359.29º 0.46% 0.36% -
HSV(B) 359.29º 0.63% 0.53% -
XYZ 11.57 7.59 3.99 -
YUV 75.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 134 50 51 0 0.63 0.62 0.47 359.29 0.46 0.36
Hex 86 32 33 0 3F 3E 2F 167 2E 24
Octal 206 62 63 0 77 76 57 547 56 44
Binary 10000110 110010 110011 0 111111 111110 101111 101100111 101110 100100

Color Harmonies of #863233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863233

Black with #863233

Text Example


Text Example

White with #863233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863233; }

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

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

background-color css

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

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

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

border-color css

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

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

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