Html Css Color HEX #863338 Old Brick

📋 copy color: '#863338'

red 134 ◦ green 51 ◦ blue 56

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

Shades of Old Brick #863338

Tints of Old Brick #863338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

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

R = 55.6%
G = 21.16%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#863338 (or 0x863338) is known color: Old Brick. HEX triplet: 86, 33 and 38. RGB value is (134,51,56). Sum of RGB (Red+Green+Blue) = 134+51+56=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #863338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863338 is #79CCC7. Grayscale: #4C4C4C. Windows color (decimal): -7982280 or 3683206. OLE color: 3683206.

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

Color convert

RGB 134 51 56 -
CMYK 0 0.62 0.58 0.47
HSL 356.39º 0.45% 0.36% -
HSV(B) 356.39º 0.62% 0.53% -
XYZ 11.73 7.72 4.61 -
YUV 76.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 134 51 56 0 0.62 0.58 0.47 356.39 0.45 0.36
Hex 86 33 38 0 3E 3A 2F 164 2D 24
Octal 206 63 70 0 76 72 57 544 55 44
Binary 10000110 110011 111000 0 111110 111010 101111 101100100 101101 100100

Color Harmonies of #863338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863338

Black with #863338

Text Example


Text Example

White with #863338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863338; }

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

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

background-color css

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

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

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

border-color css

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

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

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