#754F10

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

Shades of Raw Umber #754F10

Tints of Raw Umber #754F10

Color information

#754F10 (or 0x754F10) is unknown color: approx Raw Umber. HEX triplet: 75, 4F and 10. RGB value is (117,79,16). Sum of RGB (Red+Green+Blue) = 117+79+16=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #754F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F10 is #8AB0EF. Grayscale: #535353. Windows color (decimal): -9089264 or 1068917. OLE color: 1068917.

HSL color Cylindrical-coordinate representation of color #754F10: hue angle of 37.43º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #754F10 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1177916-
CMYK00.320.860.54
HSL37.43º75.94%26.08%-
HSV(B)37.43º86.32%45.88%-
XYZ10.239.411.77-
YUV83.1890.09152.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=55.19%
G=37.26%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117791600.320.860.5437.4375.9426.08
Hex754F100205636254c1a
Octal16511720040126664511432
Binary111010110011111000001000001010110110110100101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F10; }

 p { color: rgb(117,79,16); }

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

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

 a { background-color: rgb(117,79,16); }

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

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

 span { border-color: rgb(117,79,16); }

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