#72651C

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

Shades of Olivetone #72651C

Tints of Olivetone #72651C

Color information

#72651C (or 0x72651C) is unknown color: approx Olivetone. HEX triplet: 72, 65 and 1C. RGB value is (114,101,28). Sum of RGB (Red+Green+Blue) = 114+101+28=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72651C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72651C is #8D9AE3. Grayscale: #606060. Windows color (decimal): -9280228 or 1860978. OLE color: 1860978.

HSL color Cylindrical-coordinate representation of color #72651C: hue angle of 50.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72651C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB11410128-
CMYK00.110.750.55
HSL50.93º60.56%27.84%-
HSV(B)50.93º75.44%44.71%-
XYZ11.812.972.98-
YUV96.5689.31140.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 28 (11.33% from 255) = 11.52%
R=46.91%
G=41.56%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141012800.110.750.5550.9360.5627.84
Hex72651C0B4B37333d1c
Octal1621453401311367637534
Binary111001011001011110001011100101111011111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,101,28); }

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

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

 a { background-color: rgb(114,101,28); }

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

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

 span { border-color: rgb(114,101,28); }

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