#754415

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

Shades of Raw Umber #754415

Tints of Raw Umber #754415

Color information

#754415 (or 0x754415) is unknown color: approx Raw Umber. HEX triplet: 75, 44 and 15. RGB value is (117,68,21). Sum of RGB (Red+Green+Blue) = 117+68+21=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #754415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754415 is #8ABBEA. Grayscale: #4D4D4D. Windows color (decimal): -9092075 or 1393781. OLE color: 1393781.

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

Color convert

RGB1176821-
CMYK00.420.820.54
HSL29.38º69.57%27.06%-
HSV(B)29.38º82.05%45.88%-
XYZ9.547.971.75-
YUV77.2996.23156.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=56.80%
G=33.01%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117682100.420.820.5429.3869.5727.06
Hex75441502A52361d461b
Octal16510425052122663510633
Binary11101011000100101010101010101001011011011101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754415; }

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

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

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

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

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

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

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

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