#754718

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

Shades of Raw Umber #754718

Tints of Raw Umber #754718

Color information

#754718 (or 0x754718) is unknown color: approx Raw Umber. HEX triplet: 75, 47 and 18. RGB value is (117,71,24). Sum of RGB (Red+Green+Blue) = 117+71+24=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #754718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754718 is #8AB8E7. Grayscale: #4F4F4F. Windows color (decimal): -9091304 or 1591157. OLE color: 1591157.

HSL color Cylindrical-coordinate representation of color #754718: hue angle of 30.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754718 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1177124-
CMYK00.390.790.54
HSL30.32º65.96%27.65%-
HSV(B)30.32º79.49%45.88%-
XYZ9.758.351.96-
YUV79.496.74154.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=55.19%
G=33.49%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117712400.390.790.5430.3265.9627.65
Hex7547180274F361e421c
Octal16510730047117663610234
Binary11101011000111110000100111100111111011011110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754718; }

 p { color: rgb(117,71,24); }

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

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

 a { background-color: rgb(117,71,24); }

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

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

 span { border-color: rgb(117,71,24); }

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