#745613

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

Shades of Raw Umber #745613

Tints of Raw Umber #745613

Color information

#745613 (or 0x745613) is unknown color: approx Raw Umber. HEX triplet: 74, 56 and 13. RGB value is (116,86,19). Sum of RGB (Red+Green+Blue) = 116+86+19=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #745613 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745613 is #8BA9EC. Grayscale: #575757. Windows color (decimal): -9153005 or 1267316. OLE color: 1267316.

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

Color convert

RGB1168619-
CMYK00.260.840.55
HSL41.44º71.85%26.47%-
HSV(B)41.44º83.62%45.49%-
XYZ10.6510.422.07-
YUV87.3389.44148.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=52.49%
G=38.91%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116861900.260.840.5541.4471.8526.47
Hex74561301A543729481a
Octal16412623032124675111032
Binary11101001010110100110110101010100110111101001100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745613; }

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

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

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

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

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

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

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

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