Html Css Color HEX #86353C Old Brick

📋 copy color: '#86353C'

red 134 ◦ green 53 ◦ blue 60

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

Shades of Old Brick #86353C

Tints of Old Brick #86353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 54.25%
G = 21.46%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86353C (or 0x86353C) is known color: Old Brick. HEX triplet: 86, 35 and 3C. RGB value is (134,53,60). Sum of RGB (Red+Green+Blue) = 134+53+60=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86353C is #79CAC3. Grayscale: #4E4E4E. Windows color (decimal): -7981764 or 3945862. OLE color: 3945862.

HSL color Cylindrical-coordinate representation of color #86353C: hue angle of 354.81º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86353C is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 60 -
CMYK 0 0.60 0.55 0.47
HSL 354.81º 0.43% 0.37% -
HSV(B) 354.81º 0.6% 0.53% -
XYZ 11.92 7.94 5.18 -
YUV 78.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 134 53 60 0 0.60 0.55 0.47 354.81 0.43 0.37
Hex 86 35 3C 0 3C 37 2F 163 2B 25
Octal 206 65 74 0 74 67 57 543 53 45
Binary 10000110 110101 111100 0 111100 110111 101111 101100011 101011 100101

Color Harmonies of #86353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86353C

Black with #86353C

Text Example


Text Example

White with #86353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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