#754605

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

Shades of Raw Umber #754605

Tints of Raw Umber #754605

Color information

#754605 (or 0x754605) is unknown color: approx Raw Umber. HEX triplet: 75, 46 and 05. RGB value is (117,70,5). Sum of RGB (Red+Green+Blue) = 117+70+5=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #754605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754605 is #8AB9FA. Grayscale: #4C4C4C. Windows color (decimal): -9091579 or 345717. OLE color: 345717.

HSL color Cylindrical-coordinate representation of color #754605: hue angle of 34.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #754605 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB117705-
CMYK00.400.960.54
HSL34.82º91.8%23.92%-
HSV(B)34.82º95.73%45.88%-
XYZ9.558.171.22-
YUV76.6487.57156.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 5 (2.34% from 255) = 2.60%
R=60.94%
G=36.46%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11770500.400.960.5434.8291.823.92
Hex754650286036235c18
Octal1651065050140664313430
Binary1110101100011010101010001100000110110100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754605; }

 p { color: rgb(117,70,5); }

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

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

 a { background-color: rgb(117,70,5); }

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

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

 span { border-color: rgb(117,70,5); }

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