#743C0B

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

Shades of Raw Umber #743C0B

Tints of Raw Umber #743C0B

Color information

#743C0B (or 0x743C0B) is unknown color: approx Raw Umber. HEX triplet: 74, 3C and 0B. RGB value is (116,60,11). Sum of RGB (Red+Green+Blue) = 116+60+11=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #743C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743C0B is #8BC3F4. Grayscale: #474747. Windows color (decimal): -9159669 or 736372. OLE color: 736372.

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

Color convert

RGB1166011-
CMYK00.480.910.55
HSL28º82.68%24.9%-
HSV(B)28º90.52%45.49%-
XYZ8.886.971.19-
YUV71.1694.05159.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 60 (23.83% from 255) = 32.09%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=62.03%
G=32.09%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116601100.480.910.552882.6824.9
Hex743CB0305B371c5319
Octal1647413060133673412331
Binary111010011110010110110000101101111011111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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