#734E01

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

Shades of Raw Umber #734E01

Tints of Raw Umber #734E01

Color information

#734E01 (or 0x734E01) is unknown color: approx Raw Umber. HEX triplet: 73, 4E and 01. RGB value is (115,78,1). Sum of RGB (Red+Green+Blue) = 115+78+1=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #734E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734E01 is #8CB1FE. Grayscale: #505050. Windows color (decimal): -9220607 or 85619. OLE color: 85619.

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

Color convert

RGB115781-
CMYK00.320.990.55
HSL40.53º98.28%22.75%-
HSV(B)40.53º99.13%45.1%-
XYZ9.89.11.27-
YUV80.2883.26152.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 78 (30.86% from 255) = 40.21%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=59.28%
G=40.21%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11578100.320.990.5540.5398.2822.75
Hex734E10206337296217
Octal1631161040143675114227
Binary11100111001110101000001100011110111101001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E01; }

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

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

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

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

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

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

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

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