Html Css Color HEX #745E00 Raw Umber

📋 copy color: '#745E00'

red 116 ◦ green 94 ◦ blue 0

#745E00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #745E00

Tints of Raw Umber #745E00

RGB

 RED value IS 116 (45.7% from 255) = 55.24%

 GREEN value IS 94 (37.11% from 255) = 44.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.24%
G = 44.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#745E00 (or 0x745E00) is known color: Raw Umber. HEX triplet: 74, 5E and 00. RGB value is (116,94,0). Sum of RGB (Red+Green+Blue) = 116+94+0=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #745E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745E00 is #8BA1FF. Grayscale: #5A5A5A. Windows color (decimal): -9150976 or 24180. OLE color: 24180.

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

Color convert

RGB 116 94 0 -
CMYK 0 0.19 1 0.55
HSL 48.62º 1% 0.23% -
HSV(B) 48.62º 1% 0.45% -
XYZ 11.21 11.72 1.67 -
YUV 89.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 116 94 0 0 0.19 1 0.55 48.62 1 0.23
Hex 74 5E 0 0 13 64 37 31 64 17
Octal 164 136 0 0 23 144 67 61 144 27
Binary 1110100 1011110 0 0 10011 1100100 110111 110001 1100100 10111

Color Harmonies of #745E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745E00

Black with #745E00

Text Example


Text Example

White with #745E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #745E00;
 }
 .AnyTagClassName
 {
   color: #745E00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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