#75731B

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

Shades of Olivetone #75731B

Tints of Olivetone #75731B

Color information

#75731B (or 0x75731B) is unknown color: approx Olivetone. HEX triplet: 75, 73 and 1B. RGB value is (117,115,27). Sum of RGB (Red+Green+Blue) = 117+115+27=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75731B is #8A8CE4. Grayscale: #696969. Windows color (decimal): -9080037 or 1799029. OLE color: 1799029.

HSL color Cylindrical-coordinate representation of color #75731B: hue angle of 58.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75731B is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB11711527-
CMYK00.020.770.54
HSL58.67º62.5%28.24%-
HSV(B)58.67º76.92%45.88%-
XYZ13.6616.123.43-
YUV105.5783.66136.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=45.17%
G=44.40%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171152700.020.770.5458.6762.528.24
Hex75731B024D363b3e1c
Octal165163330211566737634
Binary1110101111001111011010100110111011011101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,115,27); }

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

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

 a { background-color: rgb(117,115,27); }

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

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

 span { border-color: rgb(117,115,27); }

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