Html Css Color HEX #86333C Old Brick

📋 copy color: '#86333C'

red 134 ◦ green 51 ◦ blue 60

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

Shades of Old Brick #86333C

Tints of Old Brick #86333C

RGB

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

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

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

R = 54.69%
G = 20.82%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86333C (or 0x86333C) is known color: Old Brick. HEX triplet: 86, 33 and 3C. RGB value is (134,51,60). Sum of RGB (Red+Green+Blue) = 134+51+60=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86333C is #79CCC3. Grayscale: #4C4C4C. Windows color (decimal): -7982276 or 3945350. OLE color: 3945350.

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

Color convert

RGB 134 51 60 -
CMYK 0 0.62 0.55 0.47
HSL 353.49º 0.45% 0.36% -
HSV(B) 353.49º 0.62% 0.53% -
XYZ 11.83 7.76 5.15 -
YUV 76.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 134 51 60 0 0.62 0.55 0.47 353.49 0.45 0.36
Hex 86 33 3C 0 3E 37 2F 161 2D 24
Octal 206 63 74 0 76 67 57 541 55 44
Binary 10000110 110011 111100 0 111110 110111 101111 101100001 101101 100100

Color Harmonies of #86333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86333C

Black with #86333C

Text Example


Text Example

White with #86333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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