#76440F

Color #76440F Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #76440F

Tints of Raw Umber #76440F

Color information

#76440F (or 0x76440F) is unknown color: approx Raw Umber. HEX triplet: 76, 44 and 0F. RGB value is (118,68,15). Sum of RGB (Red+Green+Blue) = 118+68+15=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76440F is #89BBF0. Grayscale: #4D4D4D. Windows color (decimal): -9026545 or 1000566. OLE color: 1000566.

HSL color Cylindrical-coordinate representation of color #76440F: hue angle of 30.87º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76440F is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1186815-
CMYK00.420.870.54
HSL30.87º77.44%26.08%-
HSV(B)30.87º87.29%46.27%-
XYZ9.628.021.49-
YUV76.9193.06157.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=58.71%
G=33.83%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118681500.420.870.5430.8777.4426.08
Hex7644F02A57361f4d1a
Octal16610417052127663711532
Binary1110110100010011110101010101011111011011111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76440F; }

 p { color: rgb(118,68,15); }

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

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

 a { background-color: rgb(118,68,15); }

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

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

 span { border-color: rgb(118,68,15); }

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