#754601

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

Shades of Raw Umber #754601

Tints of Raw Umber #754601

Color information

#754601 (or 0x754601) is unknown color: approx Raw Umber. HEX triplet: 75, 46 and 01. RGB value is (117,70,1). Sum of RGB (Red+Green+Blue) = 117+70+1=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #754601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754601 is #8AB9FE. Grayscale: #4C4C4C. Windows color (decimal): -9091583 or 83573. OLE color: 83573.

HSL color Cylindrical-coordinate representation of color #754601: hue angle of 35.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #754601 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB117701-
CMYK00.400.990.54
HSL35.69º98.31%23.14%-
HSV(B)35.69º99.15%45.88%-
XYZ9.538.161.1-
YUV76.1985.57157.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=62.23%
G=37.23%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11770100.400.990.5435.6998.3123.14
Hex754610286336246217
Octal1651061050143664414227
Binary11101011000110101010001100011110110100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754601; }

 p { color: rgb(117,70,1); }

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

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

 a { background-color: rgb(117,70,1); }

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

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

 span { border-color: rgb(117,70,1); }

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