#734B0D

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

Shades of Raw Umber #734B0D

Tints of Raw Umber #734B0D

Color information

#734B0D (or 0x734B0D) is unknown color: approx Raw Umber. HEX triplet: 73, 4B and 0D. RGB value is (115,75,13). Sum of RGB (Red+Green+Blue) = 115+75+13=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #734B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734B0D is #8CB4F2. Grayscale: #505050. Windows color (decimal): -9221363 or 871283. OLE color: 871283.

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

Color convert

RGB1157513-
CMYK00.350.890.55
HSL36.47º79.69%25.1%-
HSV(B)36.47º88.7%45.1%-
XYZ9.668.711.55-
YUV79.8990.25153.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 13 (5.47% from 255) = 6.40%
R=56.65%
G=36.95%
B=6.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115751300.350.890.5536.4779.6925.1
Hex734BD0235937245019
Octal16311315043131674412031
Binary11100111001011110101000111011001110111100100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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