#753F05

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

Shades of Raw Umber #753F05

Tints of Raw Umber #753F05

Color information

#753F05 (or 0x753F05) is unknown color: approx Raw Umber. HEX triplet: 75, 3F and 05. RGB value is (117,63,5). Sum of RGB (Red+Green+Blue) = 117+63+5=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 63 (25% from 255 or 34.05% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #753F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753F05 is #8AC0FA. Grayscale: #484848. Windows color (decimal): -9093371 or 343925. OLE color: 343925.

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

Color convert

RGB117635-
CMYK00.460.960.54
HSL31.07º91.8%23.92%-
HSV(B)31.07º95.73%45.88%-
XYZ9.147.351.08-
YUV72.5389.89159.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 63 (25% from 255) = 34.05%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=63.24%
G=34.05%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11763500.460.960.5431.0791.823.92
Hex753F502E60361f5c18
Octal165775056140663713430
Binary11101011111111010101110110000011011011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753F05; }

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

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

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

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

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

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

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

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