#745C11

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

Shades of Raw Umber #745C11

Tints of Raw Umber #745C11

Color information

#745C11 (or 0x745C11) is unknown color: approx Raw Umber. HEX triplet: 74, 5C and 11. RGB value is (116,92,17). Sum of RGB (Red+Green+Blue) = 116+92+17=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #745C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C11 is #8BA3EE. Grayscale: #5A5A5A. Windows color (decimal): -9151471 or 1137780. OLE color: 1137780.

HSL color Cylindrical-coordinate representation of color #745C11: hue angle of 45.45º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #745C11 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1169217-
CMYK00.210.850.55
HSL45.45º74.44%26.08%-
HSV(B)45.45º85.34%45.49%-
XYZ11.1311.412.15-
YUV90.6386.45146.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 17 (7.03% from 255) = 7.56%
R=51.56%
G=40.89%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116921700.210.850.5545.4574.4426.08
Hex745C1101555372d4a1a
Octal16413421025125675511232
Binary11101001011100100010101011010101110111101101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745C11; }

 p { color: rgb(116,92,17); }

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

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

 a { background-color: rgb(116,92,17); }

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

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

 span { border-color: rgb(116,92,17); }

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