#734410

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

Shades of Raw Umber #734410

Tints of Raw Umber #734410

Color information

#734410 (or 0x734410) is unknown color: approx Raw Umber. HEX triplet: 73, 44 and 10. RGB value is (115,68,16). Sum of RGB (Red+Green+Blue) = 115+68+16=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #734410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734410 is #8CBBEF. Grayscale: #4C4C4C. Windows color (decimal): -9223152 or 1066099. OLE color: 1066099.

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

Color convert

RGB1156816-
CMYK00.410.860.55
HSL31.52º75.57%25.69%-
HSV(B)31.52º86.09%45.1%-
XYZ9.237.821.51-
YUV76.1294.07155.73-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=57.79%
G=34.17%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115681600.410.860.5531.5275.5725.69
Hex7344100295637204c1a
Octal16310420051126674011432
Binary111001110001001000001010011010110110111100000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734410; }

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

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

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

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

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

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

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

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