Html Css Color HEX #86363B Old Brick

📋 copy color: '#86363B'

red 134 ◦ green 54 ◦ blue 59

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

Shades of Old Brick #86363B

Tints of Old Brick #86363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 59 (23.44% from 255) = 23.89%

R = 54.25%
G = 21.86%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86363B (or 0x86363B) is known color: Old Brick. HEX triplet: 86, 36 and 3B. RGB value is (134,54,59). Sum of RGB (Red+Green+Blue) = 134+54+59=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86363B is #79C9C4. Grayscale: #4E4E4E. Windows color (decimal): -7981509 or 3880582. OLE color: 3880582.

HSL color Cylindrical-coordinate representation of color #86363B: hue angle of 356.25º 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 #86363B is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 54 59 -
CMYK 0 0.60 0.56 0.47
HSL 356.25º 0.43% 0.37% -
HSV(B) 356.25º 0.6% 0.53% -
XYZ 11.94 8.02 5.06 -
YUV 78.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 134 54 59 0 0.60 0.56 0.47 356.25 0.43 0.37
Hex 86 36 3B 0 3C 38 2F 164 2B 25
Octal 206 66 73 0 74 70 57 544 53 45
Binary 10000110 110110 111011 0 111100 111000 101111 101100100 101011 100101

Color Harmonies of #86363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86363B

Black with #86363B

Text Example


Text Example

White with #86363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86363B; }

 p { color: rgb(134,54,59); }

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

background-color css

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

 a { background-color: rgb(134,54,59); }

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

border-color css

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

 span { border-color: rgb(134,54,59); }

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