#734010

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

Shades of Raw Umber #734010

Tints of Raw Umber #734010

Color information

#734010 (or 0x734010) is unknown color: approx Raw Umber. HEX triplet: 73, 40 and 10. RGB value is (115,64,16). Sum of RGB (Red+Green+Blue) = 115+64+16=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #734010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734010 is #8CBFEF. Grayscale: #4A4A4A. Windows color (decimal): -9224176 or 1065075. OLE color: 1065075.

HSL color Cylindrical-coordinate representation of color #734010: hue angle of 29.09º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #734010 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1156416-
CMYK00.440.860.55
HSL29.09º75.57%25.69%-
HSV(B)29.09º86.09%45.1%-
XYZ97.351.43-
YUV73.7895.4157.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=58.97%
G=32.82%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115641600.440.860.5529.0975.5725.69
Hex73401002C56371d4c1a
Octal16310020054126673511432
Binary11100111000000100000101100101011011011111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734010; }

 p { color: rgb(115,64,16); }

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

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

 a { background-color: rgb(115,64,16); }

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

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

 span { border-color: rgb(115,64,16); }

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