#734E0C

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

Shades of Raw Umber #734E0C

Tints of Raw Umber #734E0C

Color information

#734E0C (or 0x734E0C) is unknown color: approx Raw Umber. HEX triplet: 73, 4E and 0C. RGB value is (115,78,12). Sum of RGB (Red+Green+Blue) = 115+78+12=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #734E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #734E0C is #8CB1F3. Grayscale: #515151. Windows color (decimal): -9220596 or 806515. OLE color: 806515.

HSL color Cylindrical-coordinate representation of color #734E0C: hue angle of 38.45º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #734E0C is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1157812-
CMYK00.320.900.55
HSL38.45º81.1%24.9%-
HSV(B)38.45º89.57%45.1%-
XYZ9.869.121.59-
YUV81.5488.76151.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=56.10%
G=38.05%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115781200.320.900.5538.4581.124.9
Hex734EC0205A37265119
Octal16311614040132674612131
Binary11100111001110110001000001011010110111100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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