#75460D

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

Shades of Raw Umber #75460D

Tints of Raw Umber #75460D

Color information

#75460D (or 0x75460D) is unknown color: approx Raw Umber. HEX triplet: 75, 46 and 0D. RGB value is (117,70,13). Sum of RGB (Red+Green+Blue) = 117+70+13=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75460D is #8AB9F2. Grayscale: #4D4D4D. Windows color (decimal): -9091571 or 870005. OLE color: 870005.

HSL color Cylindrical-coordinate representation of color #75460D: hue angle of 32.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75460D is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1177013-
CMYK00.400.890.54
HSL32.88º80%25.49%-
HSV(B)32.88º88.89%45.88%-
XYZ9.68.191.46-
YUV77.5591.57156.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 13 (5.47% from 255) = 6.5%
R=58.5%
G=35%
B=6.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117701300.400.890.5432.888025.49
Hex7546D0285936215019
Octal16510615050131664112031
Binary11101011000110110101010001011001110110100001101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75460D; }

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

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

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

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

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

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

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

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