#743E0B

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

Shades of Raw Umber #743E0B

Tints of Raw Umber #743E0B

Color information

#743E0B (or 0x743E0B) is unknown color: approx Raw Umber. HEX triplet: 74, 3E and 0B. RGB value is (116,62,11). Sum of RGB (Red+Green+Blue) = 116+62+11=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #743E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743E0B is #8BC1F4. Grayscale: #484848. Windows color (decimal): -9159157 or 736884. OLE color: 736884.

HSL color Cylindrical-coordinate representation of color #743E0B: hue angle of 29.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #743E0B is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1166211-
CMYK00.470.910.55
HSL29.14º82.68%24.9%-
HSV(B)29.14º90.52%45.49%-
XYZ8.997.181.23-
YUV72.3393.39159.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.38%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=61.38%
G=32.80%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116621100.470.910.5529.1482.6824.9
Hex743EB02F5B371d5319
Octal1647613057133673512331
Binary111010011111010110101111101101111011111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743E0B; }

 p { color: rgb(116,62,11); }

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

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

 a { background-color: rgb(116,62,11); }

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

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

 span { border-color: rgb(116,62,11); }

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