#734A01

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

Shades of Raw Umber #734A01

Tints of Raw Umber #734A01

Color information

#734A01 (or 0x734A01) is unknown color: approx Raw Umber. HEX triplet: 73, 4A and 01. RGB value is (115,74,1). Sum of RGB (Red+Green+Blue) = 115+74+1=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #734A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734A01 is #8CB5FE. Grayscale: #4E4E4E. Windows color (decimal): -9221631 or 84595. OLE color: 84595.

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

Color convert

RGB115741-
CMYK00.360.990.55
HSL38.42º98.28%22.75%-
HSV(B)38.42º99.13%45.1%-
XYZ9.528.541.18-
YUV77.9484.58154.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=60.53%
G=38.95%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11574100.360.990.5538.4298.2822.75
Hex734A10246337266217
Octal1631121044143674614227
Binary11100111001010101001001100011110111100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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