#734C00

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

Shades of Raw Umber #734C00

Tints of Raw Umber #734C00

Color information

#734C00 (or 0x734C00) is unknown color: approx Raw Umber. HEX triplet: 73, 4C and 00. RGB value is (115,76,0). Sum of RGB (Red+Green+Blue) = 115+76+0=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #734C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C00 is #8CB3FF. Grayscale: #4F4F4F. Windows color (decimal): -9221120 or 19571. OLE color: 19571.

HSL color Cylindrical-coordinate representation of color #734C00: hue angle of 39.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #734C00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB115760-
CMYK00.3410.55
HSL39.65º100%22.55%-
HSV(B)39.65º100%45.1%-
XYZ9.658.811.19-
YUV7983.42153.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.21%
G=39.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11576000.3410.5539.6510022.55
Hex734C00226437286417
Octal1631140042144675014427
Binary11100111001100001000101100100110111101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,76,0); }

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

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

 a { background-color: rgb(115,76,0); }

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

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

 span { border-color: rgb(115,76,0); }

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