#754107

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

Shades of Raw Umber #754107

Tints of Raw Umber #754107

Color information

#754107 (or 0x754107) is unknown color: approx Raw Umber. HEX triplet: 75, 41 and 07. RGB value is (117,65,7). Sum of RGB (Red+Green+Blue) = 117+65+7=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754107 is #8ABEF8. Grayscale: #4A4A4A. Windows color (decimal): -9092857 or 475509. OLE color: 475509.

HSL color Cylindrical-coordinate representation of color #754107: hue angle of 31.64º 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 #754107 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB117657-
CMYK00.440.940.54
HSL31.64º88.71%24.31%-
HSV(B)31.64º94.02%45.88%-
XYZ9.267.581.18-
YUV73.9490.23158.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 7 (3.12% from 255) = 3.70%
R=61.90%
G=34.39%
B=3.70%

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
Decimal11765700.440.940.5431.6488.7124.31
Hex7541702C5E36205918
Octal1651017054136664013130
Binary1110101100000111101011001011110110110100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754107; }

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

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

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

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

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

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

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

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