#754814

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

Shades of Raw Umber #754814

Tints of Raw Umber #754814

Color information

#754814 (or 0x754814) is unknown color: approx Raw Umber. HEX triplet: 75, 48 and 14. RGB value is (117,72,20). Sum of RGB (Red+Green+Blue) = 117+72+20=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #754814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754814 is #8AB7EB. Grayscale: #4F4F4F. Windows color (decimal): -9091052 or 1329269. OLE color: 1329269.

HSL color Cylindrical-coordinate representation of color #754814: hue angle of 32.16º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #754814 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1177220-
CMYK00.380.830.54
HSL32.16º70.8%26.86%-
HSV(B)32.16º82.91%45.88%-
XYZ9.788.471.78-
YUV79.5394.41154.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=55.98%
G=34.45%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117722000.380.830.5432.1670.826.86
Hex754814026533620471b
Octal16511024046123664010733
Binary111010110010001010001001101010011110110100000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754814; }

 p { color: rgb(117,72,20); }

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

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

 a { background-color: rgb(117,72,20); }

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

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

 span { border-color: rgb(117,72,20); }

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