#744807

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

Shades of Raw Umber #744807

Tints of Raw Umber #744807

Color information

#744807 (or 0x744807) is unknown color: approx Raw Umber. HEX triplet: 74, 48 and 07. RGB value is (116,72,7). Sum of RGB (Red+Green+Blue) = 116+72+7=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #744807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744807 is #8BB7F8. Grayscale: #4E4E4E. Windows color (decimal): -9156601 or 477300. OLE color: 477300.

HSL color Cylindrical-coordinate representation of color #744807: hue angle of 35.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #744807 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB116727-
CMYK00.380.940.55
HSL35.78º88.62%24.12%-
HSV(B)35.78º93.97%45.49%-
XYZ9.568.361.31-
YUV77.7588.08155.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.49%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 7 (3.12% from 255) = 3.59%
R=59.49%
G=36.92%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672700.380.940.5535.7888.6224.12
Hex744870265E37245918
Octal1641107046136674413130
Binary1110100100100011101001101011110110111100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744807; }

 p { color: rgb(116,72,7); }

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

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

 a { background-color: rgb(116,72,7); }

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

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

 span { border-color: rgb(116,72,7); }

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