#744B0F

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

Shades of Raw Umber #744B0F

Tints of Raw Umber #744B0F

Color information

#744B0F (or 0x744B0F) is unknown color: approx Raw Umber. HEX triplet: 74, 4B and 0F. RGB value is (116,75,15). Sum of RGB (Red+Green+Blue) = 116+75+15=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #744B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744B0F is #8BB4F0. Grayscale: #505050. Windows color (decimal): -9155825 or 1002356. OLE color: 1002356.

HSL color Cylindrical-coordinate representation of color #744B0F: hue angle of 35.64º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #744B0F is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1167515-
CMYK00.350.870.55
HSL35.64º77.1%25.69%-
HSV(B)35.64º87.07%45.49%-
XYZ9.88.781.63-
YUV80.4291.08153.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 15 (6.25% from 255) = 7.28%
R=56.31%
G=36.41%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116751500.350.870.5535.6477.125.69
Hex744BF0235737244d1a
Octal16411317043127674411532
Binary11101001001011111101000111010111110111100100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744B0F; }

 p { color: rgb(116,75,15); }

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

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

 a { background-color: rgb(116,75,15); }

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

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

 span { border-color: rgb(116,75,15); }

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