#734C07

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

Shades of Raw Umber #734C07

Tints of Raw Umber #734C07

Color information

#734C07 (or 0x734C07) is unknown color: approx Raw Umber. HEX triplet: 73, 4C and 07. RGB value is (115,76,7). Sum of RGB (Red+Green+Blue) = 115+76+7=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #734C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C07 is #8CB3F8. Grayscale: #505050. Windows color (decimal): -9221113 or 478323. OLE color: 478323.

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

Color convert

RGB115767-
CMYK00.340.940.55
HSL38.33º88.52%23.92%-
HSV(B)38.33º93.91%45.1%-
XYZ9.698.831.39-
YUV79.7986.92153.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 7 (3.12% from 255) = 3.54%
R=58.08%
G=38.38%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11576700.340.940.5538.3388.5223.92
Hex734C70225E37265918
Octal1631147042136674613130
Binary1110011100110011101000101011110110111100110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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