#734310

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

Shades of Raw Umber #734310

Tints of Raw Umber #734310

Color information

#734310 (or 0x734310) is unknown color: approx Raw Umber. HEX triplet: 73, 43 and 10. RGB value is (115,67,16). Sum of RGB (Red+Green+Blue) = 115+67+16=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #734310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734310 is #8CBCEF. Grayscale: #4B4B4B. Windows color (decimal): -9223408 or 1065843. OLE color: 1065843.

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

Color convert

RGB1156716-
CMYK00.420.860.55
HSL30.91º75.57%25.69%-
HSV(B)30.91º86.09%45.1%-
XYZ9.177.71.49-
YUV75.5494.4156.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=58.08%
G=33.84%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115671600.420.860.5530.9175.5725.69
Hex73431002A56371f4c1a
Octal16310320052126673711432
Binary11100111000011100000101010101011011011111111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734310; }

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

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

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

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

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

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

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

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