#745D0B

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

Shades of Raw Umber #745D0B

Tints of Raw Umber #745D0B

Color information

#745D0B (or 0x745D0B) is unknown color: approx Raw Umber. HEX triplet: 74, 5D and 0B. RGB value is (116,93,11). Sum of RGB (Red+Green+Blue) = 116+93+11=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #745D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D0B is #8BA2F4. Grayscale: #5A5A5A. Windows color (decimal): -9151221 or 744820. OLE color: 744820.

HSL color Cylindrical-coordinate representation of color #745D0B: hue angle of 46.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #745D0B is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1169311-
CMYK00.200.910.55
HSL46.86º82.68%24.9%-
HSV(B)46.86º90.52%45.49%-
XYZ11.1811.571.96-
YUV90.5383.12146.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 93 (36.72% from 255) = 42.27%
BLUE value IS 11 (4.69% from 255) = 5%
R=52.73%
G=42.27%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116931100.200.910.5546.8682.6824.9
Hex745DB0145B372f5319
Octal16413513024133675712331
Binary1110100101110110110101001011011110111101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745D0B; }

 p { color: rgb(116,93,11); }

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

<style>
 a { background-color: #745D0B; }

 a { background-color: rgb(116,93,11); }

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

<style>
 span { border-color: #745D0B; }

 span { border-color: rgb(116,93,11); }

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