Html Css Color HEX #86333E Old Brick

📋 copy color: '#86333E'

red 134 ◦ green 51 ◦ blue 62

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

Shades of Old Brick #86333E

Tints of Old Brick #86333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.1%

R = 54.25%
G = 20.65%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86333E (or 0x86333E) is known color: Old Brick. HEX triplet: 86, 33 and 3E. RGB value is (134,51,62). Sum of RGB (Red+Green+Blue) = 134+51+62=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86333E is #79CCC1. Grayscale: #4D4D4D. Windows color (decimal): -7982274 or 4076422. OLE color: 4076422.

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

Color convert

RGB 134 51 62 -
CMYK 0 0.62 0.54 0.47
HSL 352.05º 0.45% 0.36% -
HSV(B) 352.05º 0.62% 0.53% -
XYZ 11.88 7.78 5.43 -
YUV 77.07 119.5 168.61 -
System Red Green Blue C M Y K H S L
Decimal 134 51 62 0 0.62 0.54 0.47 352.05 0.45 0.36
Hex 86 33 3E 0 3E 36 2F 160 2D 24
Octal 206 63 76 0 76 66 57 540 55 44
Binary 10000110 110011 111110 0 111110 110110 101111 101100000 101101 100100

Color Harmonies of #86333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86333E

Black with #86333E

Text Example


Text Example

White with #86333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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