#743D01

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

Shades of Raw Umber #743D01

Tints of Raw Umber #743D01

Color information

#743D01 (or 0x743D01) is unknown color: approx Raw Umber. HEX triplet: 74, 3D and 01. RGB value is (116,61,1). Sum of RGB (Red+Green+Blue) = 116+61+1=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #743D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743D01 is #8BC2FE. Grayscale: #464646. Windows color (decimal): -9159423 or 81268. OLE color: 81268.

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

Color convert

RGB116611-
CMYK00.470.990.55
HSL31.3º98.29%22.94%-
HSV(B)31.3º99.14%45.49%-
XYZ8.887.050.92-
YUV70.688.72160.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.17%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=65.17%
G=34.27%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11661100.470.990.5531.398.2922.94
Hex743D102F63371f6217
Octal164751057143673714227
Binary111010011110110101111110001111011111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,61,1); }

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

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

 a { background-color: rgb(116,61,1); }

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

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

 span { border-color: rgb(116,61,1); }

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