#734B15

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

Shades of Raw Umber #734B15

Tints of Raw Umber #734B15

Color information

#734B15 (or 0x734B15) is unknown color: approx Raw Umber. HEX triplet: 73, 4B and 15. RGB value is (115,75,21). Sum of RGB (Red+Green+Blue) = 115+75+21=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #734B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734B15 is #8CB4EA. Grayscale: #515151. Windows color (decimal): -9221355 or 1395571. OLE color: 1395571.

HSL color Cylindrical-coordinate representation of color #734B15: hue angle of 34.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #734B15 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1157521-
CMYK00.350.820.55
HSL34.47º69.12%26.67%-
HSV(B)34.47º81.74%45.1%-
XYZ9.728.731.88-
YUV80.894.25152.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=54.50%
G=35.55%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115752100.350.820.5534.4769.1226.67
Hex734B15023523722451b
Octal16311325043122674210533
Binary111001110010111010101000111010010110111100010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,21); }

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

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

 a { background-color: rgb(115,75,21); }

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

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

 span { border-color: rgb(115,75,21); }

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