#754412

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

Shades of Raw Umber #754412

Tints of Raw Umber #754412

Color information

#754412 (or 0x754412) is unknown color: approx Raw Umber. HEX triplet: 75, 44 and 12. RGB value is (117,68,18). Sum of RGB (Red+Green+Blue) = 117+68+18=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #754412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754412 is #8ABBED. Grayscale: #4D4D4D. Windows color (decimal): -9092078 or 1197173. OLE color: 1197173.

HSL color Cylindrical-coordinate representation of color #754412: hue angle of 30.3º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #754412 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1176818-
CMYK00.420.850.54
HSL30.3º73.33%26.47%-
HSV(B)30.3º84.62%45.88%-
XYZ9.517.961.61-
YUV76.9594.73156.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=57.64%
G=33.50%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117681800.420.850.5430.373.3326.47
Hex75441202A55361e491a
Octal16510422052125663611132
Binary11101011000100100100101010101010111011011110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754412; }

 p { color: rgb(117,68,18); }

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

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

 a { background-color: rgb(117,68,18); }

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

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

 span { border-color: rgb(117,68,18); }

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