#734213

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

Shades of Raw Umber #734213

Tints of Raw Umber #734213

Color information

#734213 (or 0x734213) is unknown color: approx Raw Umber. HEX triplet: 73, 42 and 13. RGB value is (115,66,19). Sum of RGB (Red+Green+Blue) = 115+66+19=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #734213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734213 is #8CBDEC. Grayscale: #4B4B4B. Windows color (decimal): -9223661 or 1262195. OLE color: 1262195.

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

Color convert

RGB1156619-
CMYK00.430.830.55
HSL29.38º71.64%26.27%-
HSV(B)29.38º83.48%45.1%-
XYZ9.147.591.6-
YUV75.2996.23156.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 19 (7.81% from 255) = 9.5%
R=57.5%
G=33%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115661900.430.830.5529.3871.6426.27
Hex73421302B53371d481a
Octal16310223053123673511032
Binary11100111000010100110101011101001111011111101100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734213; }

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

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

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

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

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

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

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

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