#743704

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

Shades of Raw Umber #743704

Tints of Raw Umber #743704

Color information

#743704 (or 0x743704) is unknown color: approx Raw Umber. HEX triplet: 74, 37 and 04. RGB value is (116,55,4). Sum of RGB (Red+Green+Blue) = 116+55+4=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #743704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743704 is #8BC8FB. Grayscale: #434343. Windows color (decimal): -9160956 or 276340. OLE color: 276340.

HSL color Cylindrical-coordinate representation of color #743704: hue angle of 27.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #743704 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116554-
CMYK00.530.970.55
HSL27.32º93.33%23.53%-
HSV(B)27.32º96.55%45.49%-
XYZ8.596.450.91-
YUV67.4292.21162.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=66.29%
G=31.43%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11655400.530.970.5527.3293.3323.53
Hex7437403561371b5d18
Octal164674065141673313530
Binary11101001101111000110101110000111011111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743704; }

 p { color: rgb(116,55,4); }

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

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

 a { background-color: rgb(116,55,4); }

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

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

 span { border-color: rgb(116,55,4); }

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