#734802

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

Shades of Raw Umber #734802

Tints of Raw Umber #734802

Color information

#734802 (or 0x734802) is unknown color: approx Raw Umber. HEX triplet: 73, 48 and 02. RGB value is (115,72,2). Sum of RGB (Red+Green+Blue) = 115+72+2=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #734802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734802 is #8CB7FD. Grayscale: #4D4D4D. Windows color (decimal): -9222142 or 149619. OLE color: 149619.

HSL color Cylindrical-coordinate representation of color #734802: hue angle of 37.17º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #734802 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB115722-
CMYK00.370.980.55
HSL37.17º96.58%22.94%-
HSV(B)37.17º98.26%45.1%-
XYZ9.48.281.16-
YUV76.8885.75155.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=60.85%
G=38.10%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11572200.370.980.5537.1796.5822.94
Hex734820256237256117
Octal1631102045142674514127
Binary111001110010001001001011100010110111100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734802; }

 p { color: rgb(115,72,2); }

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

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

 a { background-color: rgb(115,72,2); }

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

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

 span { border-color: rgb(115,72,2); }

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