#754700

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

Shades of Raw Umber #754700

Tints of Raw Umber #754700

Color information

#754700 (or 0x754700) is unknown color: approx Raw Umber. HEX triplet: 75, 47 and 00. RGB value is (117,71,0). Sum of RGB (Red+Green+Blue) = 117+71+0=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #754700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754700 is #8AB8FF. Grayscale: #4C4C4C. Windows color (decimal): -9091328 or 18293. OLE color: 18293.

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

Color convert

RGB117710-
CMYK00.3910.54
HSL36.41º100%22.94%-
HSV(B)36.41º100%45.88%-
XYZ9.598.291.09-
YUV76.6684.74156.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.23%
G=37.77%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11771000.3910.5436.4110022.94
Hex754700276436246417
Octal1651070047144664414427
Binary11101011000111001001111100100110110100100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754700; }

 p { color: rgb(117,71,0); }

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

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

 a { background-color: rgb(117,71,0); }

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

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

 span { border-color: rgb(117,71,0); }

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