#75460F

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

Shades of Raw Umber #75460F

Tints of Raw Umber #75460F

Color information

#75460F (or 0x75460F) is unknown color: approx Raw Umber. HEX triplet: 75, 46 and 0F. RGB value is (117,70,15). Sum of RGB (Red+Green+Blue) = 117+70+15=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75460F is #8AB9F0. Grayscale: #4E4E4E. Windows color (decimal): -9091569 or 1001077. OLE color: 1001077.

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

Color convert

RGB1177015-
CMYK00.400.870.54
HSL32.35º77.27%25.88%-
HSV(B)32.35º87.18%45.88%-
XYZ9.618.21.53-
YUV77.7892.57155.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 70 (27.73% from 255) = 34.65%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=57.92%
G=34.65%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117701500.400.870.5432.3577.2725.88
Hex7546F0285736204d1a
Octal16510617050127664011532
Binary11101011000110111101010001010111110110100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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