#72671B

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

Shades of Olivetone #72671B

Tints of Olivetone #72671B

Color information

#72671B (or 0x72671B) is unknown color: approx Olivetone. HEX triplet: 72, 67 and 1B. RGB value is (114,103,27). Sum of RGB (Red+Green+Blue) = 114+103+27=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #72671B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72671B is #8D98E4. Grayscale: #616161. Windows color (decimal): -9279717 or 1795954. OLE color: 1795954.

HSL color Cylindrical-coordinate representation of color #72671B: hue angle of 52.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72671B is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB11410327-
CMYK00.100.760.55
HSL52.41º61.7%27.65%-
HSV(B)52.41º76.32%44.71%-
XYZ11.9913.362.98-
YUV97.6288.14139.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.72%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=46.72%
G=42.21%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141032700.100.760.5552.4161.727.65
Hex72671B0A4C37343e1c
Octal1621473301211467647634
Binary111001011001111101101010100110011011111010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,103,27); }

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

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

 a { background-color: rgb(114,103,27); }

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

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

 span { border-color: rgb(114,103,27); }

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