#743501

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

Shades of Raw Umber #743501

Tints of Raw Umber #743501

Color information

#743501 (or 0x743501) is unknown color: approx Raw Umber. HEX triplet: 74, 35 and 01. RGB value is (116,53,1). Sum of RGB (Red+Green+Blue) = 116+53+1=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #743501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743501 is #8BCAFE. Grayscale: #424242. Windows color (decimal): -9161471 or 79220. OLE color: 79220.

HSL color Cylindrical-coordinate representation of color #743501: hue angle of 27.13º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #743501 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB116531-
CMYK00.540.990.55
HSL27.13º98.29%22.94%-
HSV(B)27.13º99.14%45.49%-
XYZ8.486.260.79-
YUV65.9191.37163.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 68.24%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=68.24%
G=31.18%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11653100.540.990.5527.1398.2922.94
Hex7435103663371b6217
Octal164651066143673314227
Binary111010011010110110110110001111011111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743501; }

 p { color: rgb(116,53,1); }

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

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

 a { background-color: rgb(116,53,1); }

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

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

 span { border-color: rgb(116,53,1); }

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