#743C01

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

Shades of Raw Umber #743C01

Tints of Raw Umber #743C01

Color information

#743C01 (or 0x743C01) is unknown color: approx Raw Umber. HEX triplet: 74, 3C and 01. RGB value is (116,60,1). Sum of RGB (Red+Green+Blue) = 116+60+1=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #743C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743C01 is #8BC3FE. Grayscale: #464646. Windows color (decimal): -9159679 or 81012. OLE color: 81012.

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

Color convert

RGB116601-
CMYK00.480.990.55
HSL30.78º98.29%22.94%-
HSV(B)30.78º99.14%45.49%-
XYZ8.826.950.9-
YUV70.0289.05160.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.54%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=65.54%
G=33.90%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11660100.480.990.5530.7898.2922.94
Hex743C103063371f6217
Octal164741060143673714227
Binary111010011110010110000110001111011111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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