#744800

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

Shades of Raw Umber #744800

Tints of Raw Umber #744800

Color information

#744800 (or 0x744800) is unknown color: approx Raw Umber. HEX triplet: 74, 48 and 00. RGB value is (116,72,0). Sum of RGB (Red+Green+Blue) = 116+72+0=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744800 is #8BB7FF. Grayscale: #4D4D4D. Windows color (decimal): -9156608 or 18548. OLE color: 18548.

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

Color convert

RGB116720-
CMYK00.3810.55
HSL37.24º100%22.75%-
HSV(B)37.24º100%45.49%-
XYZ9.528.351.11-
YUV76.9584.58155.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 72 (28.52% from 255) = 38.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.70%
G=38.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11672000.3810.5537.2410022.75
Hex744800266437256417
Octal1641100046144674514427
Binary11101001001000001001101100100110111100101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744800; }

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

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

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

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

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

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

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

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