#754705

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

Shades of Raw Umber #754705

Tints of Raw Umber #754705

Color information

#754705 (or 0x754705) is unknown color: approx Raw Umber. HEX triplet: 75, 47 and 05. RGB value is (117,71,5). Sum of RGB (Red+Green+Blue) = 117+71+5=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #754705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754705 is #8AB8FA. Grayscale: #4D4D4D. Windows color (decimal): -9091323 or 345973. OLE color: 345973.

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

Color convert

RGB117715-
CMYK00.390.960.54
HSL35.36º91.8%23.92%-
HSV(B)35.36º95.73%45.88%-
XYZ9.628.31.24-
YUV77.2387.24156.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=60.62%
G=36.79%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11771500.390.960.5435.3691.823.92
Hex754750276036235c18
Octal1651075047140664313430
Binary1110101100011110101001111100000110110100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754705; }

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

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

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

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

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

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

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

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