#744B13

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

Shades of Raw Umber #744B13

Tints of Raw Umber #744B13

Color information

#744B13 (or 0x744B13) is unknown color: approx Raw Umber. HEX triplet: 74, 4B and 13. RGB value is (116,75,19). Sum of RGB (Red+Green+Blue) = 116+75+19=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #744B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744B13 is #8BB4EC. Grayscale: #515151. Windows color (decimal): -9155821 or 1264500. OLE color: 1264500.

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

Color convert

RGB1167519-
CMYK00.350.840.55
HSL34.64º71.85%26.47%-
HSV(B)34.64º83.62%45.49%-
XYZ9.848.791.79-
YUV80.8893.08153.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 75 (29.69% from 255) = 35.71%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=55.24%
G=35.71%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116751900.350.840.5534.6471.8526.47
Hex744B13023543723481a
Octal16411323043124674311032
Binary111010010010111001101000111010100110111100011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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