#734401

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

Shades of Raw Umber #734401

Tints of Raw Umber #734401

Color information

#734401 (or 0x734401) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 01. RGB value is (115,68,1). Sum of RGB (Red+Green+Blue) = 115+68+1=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #734401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734401 is #8CBBFE. Grayscale: #4A4A4A. Windows color (decimal): -9223167 or 83059. OLE color: 83059.

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

Color convert

RGB115681-
CMYK00.410.990.55
HSL35.26º98.28%22.75%-
HSV(B)35.26º99.13%45.1%-
XYZ9.147.781.05-
YUV74.4186.57156.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=62.5%
G=36.96%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11568100.410.990.5535.2698.2822.75
Hex734410296337236217
Octal1631041051143674314227
Binary11100111000100101010011100011110111100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734401; }

 p { color: rgb(115,68,1); }

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

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

 a { background-color: rgb(115,68,1); }

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

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

 span { border-color: rgb(115,68,1); }

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