#745012

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

Shades of Raw Umber #745012

Tints of Raw Umber #745012

Color information

#745012 (or 0x745012) is unknown color: approx Raw Umber. HEX triplet: 74, 50 and 12. RGB value is (116,80,18). Sum of RGB (Red+Green+Blue) = 116+80+18=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #745012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745012 is #8BAFED. Grayscale: #535353. Windows color (decimal): -9154542 or 1200244. OLE color: 1200244.

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

Color convert

RGB1168018-
CMYK00.310.840.55
HSL37.96º73.13%26.27%-
HSV(B)37.96º84.48%45.49%-
XYZ10.189.491.87-
YUV83.790.93151.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.21%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 18 (7.42% from 255) = 8.41%
R=54.21%
G=37.38%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116801800.310.840.5537.9673.1326.27
Hex74501201F543726491a
Octal16412022037124674611132
Binary11101001010000100100111111010100110111100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745012; }

 p { color: rgb(116,80,18); }

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

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

 a { background-color: rgb(116,80,18); }

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

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

 span { border-color: rgb(116,80,18); }

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