#734315

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

Shades of Raw Umber #734315

Tints of Raw Umber #734315

Color information

#734315 (or 0x734315) is unknown color: approx Raw Umber. HEX triplet: 73, 43 and 15. RGB value is (115,67,21). Sum of RGB (Red+Green+Blue) = 115+67+21=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734315 is #8CBCEA. Grayscale: #4C4C4C. Windows color (decimal): -9223403 or 1393523. OLE color: 1393523.

HSL color Cylindrical-coordinate representation of color #734315: hue angle of 29.36º 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 #734315 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1156721-
CMYK00.420.820.55
HSL29.36º69.12%26.67%-
HSV(B)29.36º81.74%45.1%-
XYZ9.217.711.71-
YUV76.1196.9155.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=56.65%
G=33.00%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115672100.420.820.5529.3669.1226.67
Hex73431502A52371d451b
Octal16310325052122673510533
Binary11100111000011101010101010101001011011111101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734315; }

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

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

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

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

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

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

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

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