#743A06

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

Shades of Raw Umber #743A06

Tints of Raw Umber #743A06

Color information

#743A06 (or 0x743A06) is unknown color: approx Raw Umber. HEX triplet: 74, 3A and 06. RGB value is (116,58,6). Sum of RGB (Red+Green+Blue) = 116+58+6=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #743A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743A06 is #8BC5F9. Grayscale: #454545. Windows color (decimal): -9160186 or 408180. OLE color: 408180.

HSL color Cylindrical-coordinate representation of color #743A06: hue angle of 28.36º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #743A06 is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB116586-
CMYK00.50.950.55
HSL28.36º90.16%23.92%-
HSV(B)28.36º94.83%45.49%-
XYZ8.756.751.01-
YUV69.4192.22161.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.44%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=64.44%
G=32.22%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11658600.50.950.5528.3690.1623.92
Hex743A60325F371c5a18
Octal164726062137673413230
Binary11101001110101100110010101111111011111100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,6); }

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

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

 a { background-color: rgb(116,58,6); }

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

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

 span { border-color: rgb(116,58,6); }

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