#734B16

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

Shades of Raw Umber #734B16

Tints of Raw Umber #734B16

Color information

#734B16 (or 0x734B16) is unknown color: approx Raw Umber. HEX triplet: 73, 4B and 16. RGB value is (115,75,22). Sum of RGB (Red+Green+Blue) = 115+75+22=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #734B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734B16 is #8CB4E9. Grayscale: #515151. Windows color (decimal): -9221354 or 1461107. OLE color: 1461107.

HSL color Cylindrical-coordinate representation of color #734B16: hue angle of 34.19º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #734B16 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1157522-
CMYK00.350.810.55
HSL34.19º67.88%26.86%-
HSV(B)34.19º80.87%45.1%-
XYZ9.738.731.93-
YUV80.9294.75152.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=54.25%
G=35.38%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115752200.350.810.5534.1967.8826.86
Hex734B16023513722441b
Octal16311326043121674210433
Binary111001110010111011001000111010001110111100010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,22); }

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

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

 a { background-color: rgb(115,75,22); }

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

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

 span { border-color: rgb(115,75,22); }

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