#745601

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

Shades of Raw Umber #745601

Tints of Raw Umber #745601

Color information

#745601 (or 0x745601) is unknown color: approx Raw Umber. HEX triplet: 74, 56 and 01. RGB value is (116,86,1). Sum of RGB (Red+Green+Blue) = 116+86+1=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #745601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745601 is #8BA9FE. Grayscale: #555555. Windows color (decimal): -9153023 or 87668. OLE color: 87668.

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

Color convert

RGB116861-
CMYK00.260.990.55
HSL44.35º98.29%22.94%-
HSV(B)44.35º99.14%45.49%-
XYZ10.5410.371.48-
YUV85.2880.44149.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 86 (33.98% from 255) = 42.36%
BLUE value IS 1 (0.78% from 255) = 0.49%
R=57.14%
G=42.36%
B=0.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11686100.260.990.5544.3598.2922.94
Hex7456101A63372c6217
Octal1641261032143675414227
Binary1110100101011010110101100011110111101100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745601; }

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

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

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

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

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

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

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

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