#743B0A

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

Shades of Raw Umber #743B0A

Tints of Raw Umber #743B0A

Color information

#743B0A (or 0x743B0A) is unknown color: approx Raw Umber. HEX triplet: 74, 3B and 0A. RGB value is (116,59,10). Sum of RGB (Red+Green+Blue) = 116+59+10=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #743B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743B0A is #8BC4F5. Grayscale: #464646. Windows color (decimal): -9159926 or 670580. OLE color: 670580.

HSL color Cylindrical-coordinate representation of color #743B0A: hue angle of 27.74º degrees, saturation: 0.84, 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 #743B0A is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1165910-
CMYK00.490.910.55
HSL27.74º84.13%24.71%-
HSV(B)27.74º91.38%45.49%-
XYZ8.826.861.15-
YUV70.4693.88160.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 59 (23.44% from 255) = 31.89%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=62.70%
G=31.89%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116591000.490.910.5527.7484.1324.71
Hex743BA0315B371c5419
Octal1647312061133673412431
Binary111010011101110100110001101101111011111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,59,10); }

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

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

 a { background-color: rgb(116,59,10); }

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

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

 span { border-color: rgb(116,59,10); }

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