#754207

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

Shades of Raw Umber #754207

Tints of Raw Umber #754207

Color information

#754207 (or 0x754207) is unknown color: approx Raw Umber. HEX triplet: 75, 42 and 07. RGB value is (117,66,7). Sum of RGB (Red+Green+Blue) = 117+66+7=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #754207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754207 is #8ABDF8. Grayscale: #4A4A4A. Windows color (decimal): -9092601 or 475765. OLE color: 475765.

HSL color Cylindrical-coordinate representation of color #754207: hue angle of 32.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #754207 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB117667-
CMYK00.440.940.54
HSL32.18º88.71%24.31%-
HSV(B)32.18º94.02%45.88%-
XYZ9.327.691.19-
YUV74.5289.9158.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 66 (26.17% from 255) = 34.74%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=61.58%
G=34.74%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11766700.440.940.5432.1888.7124.31
Hex7542702C5E36205918
Octal1651027054136664013130
Binary1110101100001011101011001011110110110100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754207; }

 p { color: rgb(117,66,7); }

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

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

 a { background-color: rgb(117,66,7); }

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

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

 span { border-color: rgb(117,66,7); }

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