#867b24

Color #867B24 Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #867B24

Tints of Pesto #867B24

Color information

#867B24 (or 0x867B24) is unknown color: approx Pesto. HEX triplet: 86, 7B and 24. RGB value is (134,123,36). Sum of RGB (Red+Green+Blue) = 134+123+36=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #867B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B24 is #7984DB. Grayscale: #747474. Windows color (decimal): -7963868 or 2390918. OLE color: 2390918.

HSL color Cylindrical-coordinate representation of color #867B24: hue angle of 53.27º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #867B24 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB13412336-
CMYK00.080.730.47
HSL53.27º57.65%33.33%-
HSV(B)53.27º73.13%52.55%-
XYZ17.2319.364.5-
YUV116.3782.64140.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 123 (48.44% from 255) = 41.98%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=45.73%
G=41.98%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341233600.080.730.4753.2757.6533.33
Hex867B2408492F353a21
Octal2061734401011157657241
Binary100001101111011100100010001001001101111110101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867b24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867b24; }

 p { color: rgb(134,123,36); }

 H1.HeaderClassName
 {
   color: #867b24;
 }
 .AnyTagClassName
 {
   color: #867b24;
 }
</style>
background-color css

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

 a { background-color: rgb(134,123,36); }

 div.DivClassName
 {
   background-color: #867b24;
 }
 .BgClassName
 {
   background-color: #867b24;
 }
</style>
border-color css

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

 span { border-color: rgb(134,123,36); }

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