#754912

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

Shades of Raw Umber #754912

Tints of Raw Umber #754912

Color information

#754912 (or 0x754912) is unknown color: approx Raw Umber. HEX triplet: 75, 49 and 12. RGB value is (117,73,18). Sum of RGB (Red+Green+Blue) = 117+73+18=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754912 is #8AB6ED. Grayscale: #505050. Windows color (decimal): -9090798 or 1198453. OLE color: 1198453.

HSL color Cylindrical-coordinate representation of color #754912: hue angle of 33.33º 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 #754912 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1177318-
CMYK00.380.850.54
HSL33.33º73.33%26.47%-
HSV(B)33.33º84.62%45.88%-
XYZ9.838.591.71-
YUV79.8993.08154.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.25%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=56.25%
G=35.10%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117731800.380.850.5433.3373.3326.47
Hex754912026553621491a
Octal16511122046125664111132
Binary111010110010011001001001101010101110110100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754912; }

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

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

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

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

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

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

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

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