#744701

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

Shades of Raw Umber #744701

Tints of Raw Umber #744701

Color information

#744701 (or 0x744701) is unknown color: approx Raw Umber. HEX triplet: 74, 47 and 01. RGB value is (116,71,1). Sum of RGB (Red+Green+Blue) = 116+71+1=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744701 is #8BB8FE. Grayscale: #4C4C4C. Windows color (decimal): -9156863 or 83828. OLE color: 83828.

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

Color convert

RGB116711-
CMYK00.390.990.55
HSL36.52º98.29%22.94%-
HSV(B)36.52º99.14%45.49%-
XYZ9.468.221.12-
YUV76.4785.41156.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=61.70%
G=37.77%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11671100.390.990.5536.5298.2922.94
Hex744710276337256217
Octal1641071047143674514227
Binary11101001000111101001111100011110111100101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744701; }

 p { color: rgb(116,71,1); }

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

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

 a { background-color: rgb(116,71,1); }

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

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

 span { border-color: rgb(116,71,1); }

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