#734F1D

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

Shades of Raw Umber #734F1D

Tints of Raw Umber #734F1D

Color information

#734F1D (or 0x734F1D) is unknown color: approx Raw Umber. HEX triplet: 73, 4F and 1D. RGB value is (115,79,29). Sum of RGB (Red+Green+Blue) = 115+79+29=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #734F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F1D is #8CB0E2. Grayscale: #545454. Windows color (decimal): -9220323 or 1920883. OLE color: 1920883.

HSL color Cylindrical-coordinate representation of color #734F1D: hue angle of 34.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #734F1D is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1157929-
CMYK00.310.750.55
HSL34.88º59.72%28.24%-
HSV(B)34.88º74.78%45.1%-
XYZ10.099.332.43-
YUV84.0696.93150.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=51.57%
G=35.43%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115792900.310.750.5534.8859.7228.24
Hex734F1D01F4B37233c1c
Octal1631173503711367437434
Binary1110011100111111101011111100101111011110001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,79,29); }

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

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

 a { background-color: rgb(115,79,29); }

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

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

 span { border-color: rgb(115,79,29); }

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