#745B00

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

Shades of Raw Umber #745B00

Tints of Raw Umber #745B00

Color information

#745B00 (or 0x745B00) is unknown color: approx Raw Umber. HEX triplet: 74, 5B and 00. RGB value is (116,91,0). Sum of RGB (Red+Green+Blue) = 116+91+0=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #745B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745B00 is #8BA4FF. Grayscale: #585858. Windows color (decimal): -9151744 or 23412. OLE color: 23412.

HSL color Cylindrical-coordinate representation of color #745B00: hue angle of 47.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #745B00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB116910-
CMYK00.2210.55
HSL47.07º100%22.75%-
HSV(B)47.07º100%45.49%-
XYZ10.9411.21.58-
YUV88.178.28147.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.04%
G=43.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11691000.2210.5547.0710022.75
Hex745B001664372f6417
Octal1641330026144675714427
Binary1110100101101100101101100100110111101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,91,0); }

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

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

 a { background-color: rgb(116,91,0); }

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

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

 span { border-color: rgb(116,91,0); }

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