#744313

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

Shades of Raw Umber #744313

Tints of Raw Umber #744313

Color information

#744313 (or 0x744313) is unknown color: approx Raw Umber. HEX triplet: 74, 43 and 13. RGB value is (116,67,19). Sum of RGB (Red+Green+Blue) = 116+67+19=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #744313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744313 is #8BBCEC. Grayscale: #4C4C4C. Windows color (decimal): -9157869 or 1262452. OLE color: 1262452.

HSL color Cylindrical-coordinate representation of color #744313: hue angle of 29.69º 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 #744313 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1166719-
CMYK00.420.840.55
HSL29.69º71.85%26.47%-
HSV(B)29.69º83.62%45.49%-
XYZ9.337.771.63-
YUV76.1895.73156.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.43%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=57.43%
G=33.17%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116671900.420.840.5529.6971.8526.47
Hex74431302A54371e481a
Octal16410323052124673611032
Binary11101001000011100110101010101010011011111110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744313; }

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

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

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

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

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

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

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

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