#745D02

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

Shades of Raw Umber #745D02

Tints of Raw Umber #745D02

Color information

#745D02 (or 0x745D02) is unknown color: approx Raw Umber. HEX triplet: 74, 5D and 02. RGB value is (116,93,2). Sum of RGB (Red+Green+Blue) = 116+93+2=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #745D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745D02 is #8BA2FD. Grayscale: #595959. Windows color (decimal): -9151230 or 154996. OLE color: 154996.

HSL color Cylindrical-coordinate representation of color #745D02: hue angle of 47.89º 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 #745D02 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB116932-
CMYK00.200.980.55
HSL47.89º96.61%23.14%-
HSV(B)47.89º98.28%45.49%-
XYZ11.1311.551.7-
YUV89.578.62146.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=54.98%
G=44.08%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11693200.200.980.5547.8996.6123.14
Hex745D20146237306117
Octal1641352024142676014127
Binary11101001011101100101001100010110111110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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