#734C0A

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

Shades of Raw Umber #734C0A

Tints of Raw Umber #734C0A

Color information

#734C0A (or 0x734C0A) is unknown color: approx Raw Umber. HEX triplet: 73, 4C and 0A. RGB value is (115,76,10). Sum of RGB (Red+Green+Blue) = 115+76+10=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734C0A is #8CB3F5. Grayscale: #505050. Windows color (decimal): -9221110 or 674931. OLE color: 674931.

HSL color Cylindrical-coordinate representation of color #734C0A: hue angle of 37.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #734C0A is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1157610-
CMYK00.340.910.55
HSL37.71º84%24.51%-
HSV(B)37.71º91.3%45.1%-
XYZ9.718.841.48-
YUV80.1488.42152.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=57.21%
G=37.81%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115761000.340.910.5537.718424.51
Hex734CA0225B37265419
Octal16311412042133674612431
Binary11100111001100101001000101011011110111100110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C0A; }

 p { color: rgb(115,76,10); }

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

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

 a { background-color: rgb(115,76,10); }

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

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

 span { border-color: rgb(115,76,10); }

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