#734C0C

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

Shades of Raw Umber #734C0C

Tints of Raw Umber #734C0C

Color information

#734C0C (or 0x734C0C) is unknown color: approx Raw Umber. HEX triplet: 73, 4C and 0C. RGB value is (115,76,12). Sum of RGB (Red+Green+Blue) = 115+76+12=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C0C is #8CB3F3. Grayscale: #505050. Windows color (decimal): -9221108 or 806003. OLE color: 806003.

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

Color convert

RGB1157612-
CMYK00.340.900.55
HSL37.28º81.1%24.9%-
HSV(B)37.28º89.57%45.1%-
XYZ9.728.841.54-
YUV80.3689.42152.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=56.65%
G=37.44%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115761200.340.900.5537.2881.124.9
Hex734CC0225A37255119
Octal16311414042132674512131
Binary11100111001100110001000101011010110111100101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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