#734B0B

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

Shades of Raw Umber #734B0B

Tints of Raw Umber #734B0B

Color information

#734B0B (or 0x734B0B) is unknown color: approx Raw Umber. HEX triplet: 73, 4B and 0B. RGB value is (115,75,11). Sum of RGB (Red+Green+Blue) = 115+75+11=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 75 (29.69% from 255 or 37.31% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #734B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734B0B is #8CB4F4. Grayscale: #4F4F4F. Windows color (decimal): -9221365 or 740211. OLE color: 740211.

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

Color convert

RGB1157511-
CMYK00.350.900.55
HSL36.92º82.54%24.71%-
HSV(B)36.92º90.43%45.1%-
XYZ9.658.71.49-
YUV79.6689.25153.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 75 (29.69% from 255) = 37.31%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=57.21%
G=37.31%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115751100.350.900.5536.9282.5424.71
Hex734BB0235A37255319
Octal16311313043132674512331
Binary11100111001011101101000111011010110111100101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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