#734210

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

Shades of Raw Umber #734210

Tints of Raw Umber #734210

Color information

#734210 (or 0x734210) is unknown color: approx Raw Umber. HEX triplet: 73, 42 and 10. RGB value is (115,66,16). Sum of RGB (Red+Green+Blue) = 115+66+16=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #734210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734210 is #8CBDEF. Grayscale: #4B4B4B. Windows color (decimal): -9223664 or 1065587. OLE color: 1065587.

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

Color convert

RGB1156616-
CMYK00.430.860.55
HSL30.3º75.57%25.69%-
HSV(B)30.3º86.09%45.1%-
XYZ9.117.581.47-
YUV74.9594.73156.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=58.38%
G=33.50%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115661600.430.860.5530.375.5725.69
Hex73421002B56371e4c1a
Octal16310220053126673611432
Binary11100111000010100000101011101011011011111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734210; }

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

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

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

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

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

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

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

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