#743400

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

Shades of Raw Umber #743400

Tints of Raw Umber #743400

Color information

#743400 (or 0x743400) is unknown color: approx Raw Umber. HEX triplet: 74, 34 and 00. RGB value is (116,52,0). Sum of RGB (Red+Green+Blue) = 116+52+0=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #743400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743400 is #8BCBFF. Grayscale: #414141. Windows color (decimal): -9161728 or 13428. OLE color: 13428.

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

Color convert

RGB116520-
CMYK00.5510.55
HSL26.9º100%22.75%-
HSV(B)26.9º100%45.49%-
XYZ8.436.170.75-
YUV65.2191.2164.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.05%
G=30.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11652000.5510.5526.910022.75
Hex7434003764371b6417
Octal164640067144673314427
Binary111010011010000110111110010011011111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743400; }

 p { color: rgb(116,52,0); }

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

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

 a { background-color: rgb(116,52,0); }

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

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

 span { border-color: rgb(116,52,0); }

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