#734A0B

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

Shades of Raw Umber #734A0B

Tints of Raw Umber #734A0B

Color information

#734A0B (or 0x734A0B) is unknown color: approx Raw Umber. HEX triplet: 73, 4A and 0B. RGB value is (115,74,11). Sum of RGB (Red+Green+Blue) = 115+74+11=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #734A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734A0B is #8CB5F4. Grayscale: #4F4F4F. Windows color (decimal): -9221621 or 739955. OLE color: 739955.

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

Color convert

RGB1157411-
CMYK00.360.900.55
HSL36.35º82.54%24.71%-
HSV(B)36.35º90.43%45.1%-
XYZ9.588.571.47-
YUV79.0889.58153.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 74 (29.30% from 255) = 37%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=57.5%
G=37%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115741100.360.900.5536.3582.5424.71
Hex734AB0245A37245319
Octal16311213044132674412331
Binary11100111001010101101001001011010110111100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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