#745B02

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

Shades of Raw Umber #745B02

Tints of Raw Umber #745B02

Color information

#745B02 (or 0x745B02) is unknown color: approx Raw Umber. HEX triplet: 74, 5B and 02. RGB value is (116,91,2). Sum of RGB (Red+Green+Blue) = 116+91+2=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #745B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745B02 is #8BA4FD. Grayscale: #585858. Windows color (decimal): -9151742 or 154484. OLE color: 154484.

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

Color convert

RGB116912-
CMYK00.220.980.55
HSL46.84º96.61%23.14%-
HSV(B)46.84º98.28%45.49%-
XYZ10.9511.21.64-
YUV88.3379.28147.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=55.50%
G=43.54%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11691200.220.980.5546.8496.6123.14
Hex745B201662372f6117
Octal1641332026142675714127
Binary11101001011011100101101100010110111101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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