#734B0F

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

Shades of Raw Umber #734B0F

Tints of Raw Umber #734B0F

Color information

#734B0F (or 0x734B0F) is unknown color: approx Raw Umber. HEX triplet: 73, 4B and 0F. RGB value is (115,75,15). Sum of RGB (Red+Green+Blue) = 115+75+15=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #734B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734B0F is #8CB4F0. Grayscale: #505050. Windows color (decimal): -9221361 or 1002355. OLE color: 1002355.

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

Color convert

RGB1157515-
CMYK00.350.870.55
HSL36º76.92%25.49%-
HSV(B)36º86.96%45.1%-
XYZ9.678.711.62-
YUV80.1291.25152.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 15 (6.25% from 255) = 7.32%
R=56.10%
G=36.59%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115751500.350.870.553676.9225.49
Hex734BF0235737244d19
Octal16311317043127674411531
Binary11100111001011111101000111010111110111100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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