#716728

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

Shades of Olivetone #716728

Tints of Olivetone #716728

Color information

#716728 (or 0x716728) is unknown color: approx Olivetone. HEX triplet: 71, 67 and 28. RGB value is (113,103,40). Sum of RGB (Red+Green+Blue) = 113+103+40=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #716728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716728 is #8E98D7. Grayscale: #636363. Windows color (decimal): -9345240 or 2647921. OLE color: 2647921.

HSL color Cylindrical-coordinate representation of color #716728: hue angle of 51.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #716728 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB11310340-
CMYK00.090.650.56
HSL51.78º47.71%30%-
HSV(B)51.78º64.6%44.31%-
XYZ12.0413.363.95-
YUV98.8194.81138.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=44.14%
G=40.23%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131034000.090.650.5651.7847.7130
Hex71672809413834301e
Octal1611475001110170646036
Binary1110001110011110100001001100000111100011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716728; }

 p { color: rgb(113,103,40); }

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

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

 a { background-color: rgb(113,103,40); }

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

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

 span { border-color: rgb(113,103,40); }

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