#745017

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

Shades of Raw Umber #745017

Tints of Raw Umber #745017

Color information

#745017 (or 0x745017) is unknown color: approx Raw Umber. HEX triplet: 74, 50 and 17. RGB value is (116,80,23). Sum of RGB (Red+Green+Blue) = 116+80+23=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745017 is #8BAFE8. Grayscale: #545454. Windows color (decimal): -9154537 or 1527924. OLE color: 1527924.

HSL color Cylindrical-coordinate representation of color #745017: hue angle of 36.77º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #745017 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1168023-
CMYK00.310.800.55
HSL36.77º66.91%27.25%-
HSV(B)36.77º80.17%45.49%-
XYZ10.239.512.11-
YUV84.2793.43150.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 23 (9.38% from 255) = 10.50%
R=52.97%
G=36.53%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116802300.310.800.5536.7766.9127.25
Hex74501701F503725431b
Octal16412027037120674510333
Binary11101001010000101110111111010000110111100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745017; }

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

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

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

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

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

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

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

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